milis/talimatname/genel/g/giflib/talimat

20 lines
536 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: GIFLIB, GIF görüntüleriyle çalışmak için taşınabilir araçlar ve kitaplık rutinleri paketidir.
# URL: http://downloads.sourceforge.net/giflib/
# Paketçi: milisarge
# Gerekler: xmlto
isim=giflib
surum=5.1.2
devir=1
kaynak=(http://downloads.sourceforge.net/giflib/giflib-$surum.tar.bz2 )
derle() {
cd $isim-$surum
./configure --prefix=/usr --disable-static
make
make DESTDIR=$PKG install
install -v -dm755 $PKG/usr/share/doc/giflib-$surum/html
install -v -m644 doc/*.html \
$PKG/usr/share/doc/giflib-$surum/html
}