opt/libtiff/Pkgfile

18 lines
449 B
Plaintext

# Description: Library for manipulation of TIFF (Tag Image File Format) images
# URL: https://libtiff.gitlab.io/libtiff/
# Maintainer: CRUX System Team, core-ports at crux dot nu
# Depends on: libjpeg-turbo zlib
name=libtiff
version=4.7.0
release=1
source=(https://download.osgeo.org/libtiff/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}}
}