mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 06:28:55 +02:00
Initial .bep file for tiff-3.9.1
This commit is contained in:
21
media-libs/tiff/tiff-3.9.1.bep
Normal file
21
media-libs/tiff/tiff-3.9.1.bep
Normal 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
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user