compat-32/libtiff-32/Pkgfile

23 lines
502 B
Plaintext

# Description: Library for manipulation of TIFF (Tag Image File Format) images
# URL: http://libtiff.maptools.org/
# Maintainer: CRUX compat-32 Team, compat-32-ports at crux dot nu
# Depends on: libjpeg-turbo-32 libtiff zlib-32
name=libtiff-32
version=4.6.0
release=1
source=(https://download.osgeo.org/libtiff/tiff-$version.tar.gz)
build() {
cd tiff-$version
./configure \
--prefix=/usr \
--libdir=/usr/lib32
make
make DESTDIR=$PKG install
rm -r $PKG/usr/{bin,include,share/man,share}
}