summaryrefslogtreecommitdiff
path: root/libtiff/Pkgfile
blob: 25814af41e44b117209437236f2ccc3decb4f732 (plain)
    1 # Description: Library for manipulation of TIFF (Tag Image File Format) images
    2 # URL: http://www.simplesystems.org/libtiff
    3 # Maintainer: CRUX System Team, core-ports at crux dot nu
    4 # Depends on: libjpeg-turbo zlib
    5 
    6 name=libtiff
    7 version=4.3.0
    8 release=1
    9 source=(http://download.osgeo.org/libtiff/tiff-$version.tar.gz)
   10 
   11 build() {
   12 	cd tiff-$version
   13 	./configure --prefix=/usr
   14 	make
   15 	make DESTDIR=$PKG install
   16 	rm -r $PKG/usr/{bin,share/{doc,man/man1}}
   17 }

Generated by cgit