milis/talimatname/genel/b/babl/talimat

23 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.

# Tanım: Dinamik resim format dönüşüm kütüphanesi
# URL: http://gegl.org/babl
# Paketçi: milisarge
# Gerekler:
name=babl
version=0.1.14
release=1
source=(http://download.gimp.org/pub/$name/0.1/$name-$version.tar.bz2)
build() {
cd $name-$version
./configure --prefix=/usr --disable-docs
make
make DESTDIR=$PKG install
install -v -m755 -d \
$PKG/usr/share/gtk-doc/html/babl/graphics
install -v -m644 docs/*.{css,html} \
$PKG/usr/share/gtk-doc/html/babl
install -v -m644 docs/graphics/*.{html,png,svg} \
$PKG/usr/share/gtk-doc/html/babl/graphics
}