Files
haikuports/media-libs/tiff/tiff-3.9.4.bep
2010-09-20 05:29:08 +00:00

23 lines
416 B
Plaintext

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
}