milis/talimatname/genel/gegl/talimat

21 lines
535 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: Genel Grafik Kitaplığı
# URL: http://gegl.org/
# Packager: milisarge
# Depends on: babl gtk2 librsvg libpng ruby lua ffmpeg librsvg openexr exiv2 json-glib
name=gegl
version=0.3.8
release=1
source=(https://download.gimp.org/pub/gegl/0.3/$name-$version.tar.bz2)
build() {
cd $name-$version
./configure --prefix=/usr --disable-docs
LC_ALL=tr_TR.UTF-8
make
make DESTDIR=$PKG install
install -d -v -m755 $PKG/usr/share/gtk-doc/html/gegl/images
install -v -m644 docs/images/* \
$PKG/usr/share/gtk-doc/html/gegl/images
}