Initial checkin of .bef file for tiff

This commit is contained in:
Scott McCreary
2008-07-30 17:48:27 +00:00
parent 1332cd4496
commit b5baf89b32

View File

@@ -0,0 +1,26 @@
DESCRIPTION="Tiff library"
HOMEPAGE="http://www.libtiff.org"
SRC_URI="ftp://ftp.remotesensing.org/pub/libtiff/tiff-3.8.2.tar.gz"
REVISION="1"
STATUS_R5="untested"
STATUS_BONE="untested"
STATUS_HAIKU="stable"
DEPEND=""
BUILD {
cd tiff-3.8.2
cp /boot/home/config/share/libtool/config.guess config.guess
cp /boot/home/config/share/libtool/config.sub config.sub
rm -f m4/libtool.m4
rm -f m4/lt*.m4
libtoolize --copy --force
aclocal -I m4
autoconf
autoheader
automake
./configure --prefix=/boot/common
make
}
INSTALL {
make install
}