CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
dropbear: moved from core collection
[attic/ports/opt-cross.git] / libtiff / Pkgfile
CommitLineData
e7fcd379
VM
1# Description: Library for manipulation of TIFF (Tag Image File Format) images
2# URL: http://www.remotesensing.org/libtiff/
3# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
38b50d66 4# Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu
e7fcd379
VM
5# Depends on: libjpeg zlib
6
7name=libtiff
32534086
VM
8version=3.9.4
9release=1
10source=(ftp://ftp.remotesensing.org/libtiff/tiff-$version.tar.gz)
e7fcd379
VM
11
12build() {
32534086
VM
13 cd tiff-$version
14 ./configure --build=$CHOST \
15 --host=$CTARGET \
16 --prefix=/usr \
17 --mandir=/usr/man
18 make
19 make DESTDIR=$PKG install
20 rm -rf $PKG/usr/{bin,share,man/man1}
e7fcd379 21}