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
|
2014-02-17 00:41:11 +11:00
|
|
|
# Depends on: libjpeg-turbo-32 zlib-32 libtiff
|
2012-11-21 11:12:43 -06:00
|
|
|
|
|
|
|
name=libtiff-32
|
2015-09-21 20:52:38 +10:00
|
|
|
version=4.0.6
|
2015-01-27 21:00:53 +11:00
|
|
|
release=1
|
|
|
|
source=(http://download.osgeo.org/libtiff/tiff-$version.tar.gz)
|
2012-11-21 11:12:43 -06:00
|
|
|
|
|
|
|
build() {
|
2015-01-27 21:00:53 +11:00
|
|
|
cd tiff-$version
|
|
|
|
|
|
|
|
./configure \
|
|
|
|
--prefix=/usr \
|
|
|
|
--libdir=/usr/lib32 \
|
|
|
|
--mandir=/usr/man
|
2013-10-24 23:57:50 +11:00
|
|
|
|
2015-06-25 19:21:22 +10:00
|
|
|
make
|
|
|
|
make DESTDIR=$PKG install
|
2015-01-27 21:00:53 +11:00
|
|
|
|
2015-06-25 19:21:22 +10:00
|
|
|
rm -r $PKG/usr/{bin,include,share,man}
|
2012-11-21 11:12:43 -06:00
|
|
|
}
|