opt/libtiff/Pkgfile

18 lines
471 B
Plaintext
Raw Normal View History

# Description: Library for manipulation of TIFF (Tag Image File Format) images
# URL: http://libtiff.maptools.org/
# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
# Depends on: libjpeg, zlib
name=libtiff
2011-05-12 08:41:50 +02:00
version=3.9.5
2010-06-19 18:03:08 +02:00
release=1
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}
}