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
|
2017-11-25 13:32:36 +11:00
|
|
|
version=4.0.9
|
2015-01-27 21:00:53 +11:00
|
|
|
release=1
|
2017-11-25 19:48:09 +11:00
|
|
|
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 \
|
2016-11-22 08:53:22 +11:00
|
|
|
--libdir=/usr/lib32
|
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
|
|
|
|
2016-11-22 08:53:22 +11:00
|
|
|
rm -r $PKG/usr/{bin,include,share/man,share}
|
2012-11-21 11:12:43 -06:00
|
|
|
}
|