milis/talimatname/genel/b/babl/talimat

18 lines
346 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: Dinamik resim format dönüşüm kütüphanesi
# URL: http://gegl.org/babl
# Paketçi: milisarge
# Gerekler:
# Grup: kütüphane
isim=babl
surum=0.1.46
devir=1
kaynak=(http://download.gimp.org/pub/$isim/0.1/$isim-$surum.tar.bz2)
derle() {
cd $isim-$surum
./configure --prefix=/usr --disable-docs
make
make DESTDIR=$PKG install
}