Initial .bep file for lcms-1.18a

This commit is contained in:
Scott McCreary
2009-11-16 08:53:33 +00:00
parent 8ecbfc4720
commit 85bdf45f29

View File

@@ -0,0 +1,20 @@
DESCRIPTION="lcms - Little cms intends to be a small-footprint, speed optimized color management engine"
HOMEPAGE="http://littlecms.com/"
SRC_URI="http://littlecms.com/lcms-1.18a.tar.gz"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND=""
BUILD {
cd lcms-1.18
libtoolize --force --copy --install
aclocal
automake
autoconf
./configure --prefix=/boot/common CFLAGS=-O0
make
}
INSTALL {
cd lcms-1.18
make install
}