opt/libtiff/Pkgfile

18 lines
437 B
Plaintext

# Description: Library for manipulation of TIFF (Tag Image File Format) images
# URL: http://www.libtiff.org/
# Maintainer: CRUX System Team, core-ports at crux dot nu
# Depends on: libjpeg-turbo zlib
name=libtiff
version=4.6.0t
release=1
source=(http://www.libtiff.org/downloads/tiff-$version.tar.xz)
build() {
cd tiff-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
rm -r $PKG/usr/{bin,share/{doc,man/man1}}
}