Updated tiff to 3.9.4

This commit is contained in:
Scott McCreary
2010-09-20 05:29:08 +00:00
parent 057cf24b8b
commit ce9c3c64f3

View File

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