summaryrefslogtreecommitdiff
path: root/libtiff-32/Pkgfile
blob: 207af5b71ad34c678eb1a8105eee6972d5b9538b (plain)
    1 # Description: Library for manipulation of TIFF (Tag Image File Format) images
    2 # URL: http://libtiff.maptools.org/
    3 # Maintainer: CRUX compat-32 Team, compat-32-ports at crux dot nu
    4 # Depends on: libjpeg-turbo-32 libtiff zlib-32
    5 
    6 name=libtiff-32
    7 version=4.4.0
    8 release=1
    9 source=(https://download.osgeo.org/libtiff/tiff-$version.tar.gz)
   10 
   11 build() {
   12 	cd tiff-$version
   13 
   14 	./configure \
   15 		--prefix=/usr \
   16 		--libdir=/usr/lib32
   17 
   18 	make
   19 	make DESTDIR=$PKG install
   20 
   21 	rm -r $PKG/usr/{bin,include,share/man,share}
   22 }

Generated by cgit