mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 03:30:05 +02:00
Initial checkin of .bef file for tiff
This commit is contained in:
26
media-libs/tiff/tiff-3.8.2.bep
Normal file
26
media-libs/tiff/tiff-3.8.2.bep
Normal 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
|
||||
}
|
||||
Reference in New Issue
Block a user