Initial .bep file for tiff-3.9.1

This commit is contained in:
Scott McCreary
2009-10-18 06:36:05 +00:00
parent 9afb2172c2
commit 90a8f172b1

View File

@@ -0,0 +1,21 @@
DESCRIPTION="Tiff library"
HOMEPAGE="http://www.libtiff.org"
SRC_URI="ftp://ftp.remotesensing.org/pub/libtiff/tiff-3.9.1.tar.gz"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND=""
BUILD {
cd tiff-3.9.1
libtoolize --force --copy --install
aclocal -I m4
autoconf
autoheader
automake
./configure --prefix=/boot/common
make
}
INSTALL {
cd tiff-3.9.1
make install
}