summaryrefslogtreecommitdiffstats
path: root/base/libtiff/Pkgfile
blob: 1a9f42c27132745daa15d41920083a64902d2ef9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Description: Librairie pour le support des fichiers Tag Image Format
# URL: http://www.remotesensing.org/libtiff/
# Maintainer: NuTyX core team
# Packager: thierryn1 at hispeed dot ch

name=libtiff
version=3.8.2
release=1
source=( http://libtiff.maptools.org/dl/tiff-$version.tar.gz)


build() {
	cd tiff-$version
	./configure --prefix=/usr \
		--mandir=/usr/share/man \
		--infodir=/usr/share/info \
                --disable-debug
	make
	make DESTDIR=$PKG install
        rm -rf $PKG/usr/share/doc
}