milis/talimatname/genel/l/libtiff/talimat

23 lines
435 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Tanım: TIFF görüntüleri manipüle etmek için kütüphane
# URL: http://www.remotesensing.org/libtiff/
# Paketçi: milisarge
# Gerekler: libjpeg-turbo
# Grup: kütüphane
isim=libtiff
surum=4.0.6
devir=1
kaynak=(http://download.osgeo.org/libtiff/tiff-$surum.tar.gz)
derle() {
cd tiff-$surum
./configure --prefix=/usr \
--mandir=/usr/share/man \
--infodir=/usr/share/info \
--disable-static
make
make DESTDIR=$PKG install
}