opt/libtiff/Pkgfile

18 lines
465 B
Plaintext

# Description: Library for manipulation of TIFF (Tag Image File Format) images
# URL: http://www.remotesensing.org/libtiff/
# Maintainer: Per Lidén, core-ports at crux dot nu
# Depends on: libjpeg, zlib
name=libtiff
version=3.8.2
release=1
source=(ftp://ftp.remotesensing.org/pub/libtiff/tiff-$version.tar.gz)
build() {
cd tiff-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/{bin,share,man/man1}
}