2012-11-21 11:12:43 -06:00
|
|
|
# Description: Library for manipulation of TIFF (Tag Image File Format) images
|
|
|
|
# URL: http://libtiff.maptools.org/
|
2013-02-02 01:54:23 +11:00
|
|
|
# Maintainer: CRUX compat-32 Team, compat-32-ports at crux dot nu
|
2012-11-21 11:12:43 -06:00
|
|
|
# Depends on: libjpeg-32 zlib-32 libtiff
|
|
|
|
|
|
|
|
name=libtiff-32
|
|
|
|
version=4.0.3
|
|
|
|
release=1
|
|
|
|
source=(http://download.osgeo.org/libtiff/tiff-$version.tar.gz)
|
|
|
|
|
|
|
|
build() {
|
|
|
|
cd tiff-$version
|
|
|
|
./configure --prefix=/usr --libdir=/usr/lib32 --mandir=/usr/man
|
|
|
|
make
|
|
|
|
make DESTDIR=$PKG install
|
|
|
|
rm -rf $PKG/usr/{bin,include,share,man}
|
|
|
|
}
|