milis/talimatname/genel/g/gegl/talimat

21 lines
469 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: Genel Grafik Kitaplığı
# URL: http://gegl.org/
# Paketçi: milisarge
# Gerekler: babl gtk2 librsvg libpng ruby lua ffmpeg librsvg openexr exiv2 json-glib
# Grup: kütüphane
isim=gegl
surum=0.4.0
devir=1
kaynak=(https://download.gimp.org/pub/gegl/0.4/$isim-$surum.tar.bz2)
derle() {
cd $isim-$surum
./configure --prefix=/usr --disable-docs
LC_ALL=tr_TR.UTF-8
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/share/gtk-doc
rm -rf $PKG/usr/share/doc
}