compat-32/libtiff-32/Pkgfile
2021-04-22 22:05:08 +10:00

23 lines
510 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.3.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}
}