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
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
4 # Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu
5 # Depends on: libjpeg zlib
6
7 name=libtiff
8 version=3.9.4
9 release=1
10 source=(ftp://ftp.remotesensing.org/libtiff/tiff-$version.tar.gz)
11
12 build() {
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}
21 }