opt/libtiff/Pkgfile
2015-08-31 18:55:38 +02:00

19 lines
490 B
Plaintext

# Description: Library for manipulation of TIFF (Tag Image File Format) images
# URL: http://www.remotesensing.org/libtiff/
# Maintainer: Fredrik Rinnestam, fredrik at crux dot nu
# Depends on: libjpeg-turbo, zlib
name=libtiff
version=4.0.5
release=1
source=(http://download.osgeo.org/libtiff/tiff-$version.tar.gz)
build() {
cd tiff-$version
./configure --prefix=/usr --mandir=/usr/man
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/{bin,share,man/man1}
}