2012-11-21 11:12:43 -06:00
|
|
|
# Description: Library for manipulation of TIFF (Tag Image File Format) images
|
2024-04-08 07:22:22 +02:00
|
|
|
# URL: http://www.libtiff.org/
|
2013-02-02 01:54:23 +11:00
|
|
|
# Maintainer: CRUX compat-32 Team, compat-32-ports at crux dot nu
|
2019-08-27 21:48:19 +10:00
|
|
|
# Depends on: libjpeg-turbo-32 libtiff zlib-32
|
2012-11-21 11:12:43 -06:00
|
|
|
|
|
|
|
name=libtiff-32
|
2024-09-25 18:41:25 +02:00
|
|
|
version=4.7.0
|
2015-01-27 21:00:53 +11:00
|
|
|
release=1
|
2024-04-08 07:22:22 +02:00
|
|
|
source=(http://www.libtiff.org/downloads/tiff-$version.tar.xz)
|
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
|
|
|
}
|