milis/talimatname/genel/giflib/talimat

20 lines
555 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.

# Description: 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/
# Packager: milisarge
# Depends on: xmlto
name=giflib
version=5.1.2
release=1
source=(http://downloads.sourceforge.net/giflib/giflib-$version.tar.bz2 )
build() {
cd $name-$version
./configure --prefix=/usr --disable-static
make
make DESTDIR=$PKG install
install -v -dm755 $PKG/usr/share/doc/giflib-$version/html
install -v -m644 doc/*.html \
$PKG/usr/share/doc/giflib-$version/html
}