HaikuPorts
  • Login
  • Preferences
  • Help/Guide
  • Wiki
  • Timeline
  • Roadmap
  • View Tickets
  • Search
  • Port Log
  • Blog

Context Navigation

  • Back to Ticket #257

Ticket #257: lcms-1.19.bep

File lcms-1.19.bep, 416 bytes (added by michaelvoliveira, 6 years ago)
Line 
1DESCRIPTION="lcms - Little cms intends to be a small-footprint, speed optimized color management engine"
2HOMEPAGE="http://littlecms.com/"
3SRC_URI="http://littlecms.com/lcms-1.19.tar.gz"
4REVISION="1"
5STATUS_HAIKU="stable"
6DEPEND=""
7BUILD {
8        cd lcms-1.19
9        libtoolize --force --copy --install
10        aclocal
11        automake
12        autoconf
13        ./configure --prefix=/boot/common CFLAGS=-O0
14        make
15}
16
17INSTALL {
18        cd lcms-1.19
19        make install
20}

Download in other formats:

  • Original Format

Trac Powered

Powered by Trac 0.13dev-r10686
By Edgewall Software.

Visit the Trac open source project at
http://trac.edgewall.org/