opt/libtiff/Pkgfile

19 lines
494 B
Plaintext
Raw Normal View History

# Description: Library for manipulation of TIFF (Tag Image File Format) images
# URL: http://www.remotesensing.org/libtiff/
2012-06-14 02:14:09 +02:00
# Maintainer: Fredrik Rinnestam, fredrik at crux dot nu
# Depends on: libjpeg-turbo, zlib
name=libtiff
version=4.0.4beta
release=1
2015-01-26 21:07:25 +01:00
source=(http://download.osgeo.org/libtiff/tiff-$version.tar.gz)
build() {
cd tiff-$version
2010-06-19 18:03:08 +02:00
./configure --prefix=/usr --mandir=/usr/man
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/{bin,share,man/man1}
}