milis/talimatname/genel/l/libgsf/talimat

21 lines
623 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: Yapısal dosya biçimleri için genişletilebilir bir giriş/çıkış özetleme katmanı sağlayın.
# URL: http://www.gnome.org/
# Paketçi: milisarge
# Gerekler: glib intltool libxml2 gobject-introspection
# Grup: kütüphane
isim=libgsf
surum=1.14.43
devir=1
kaynak=( http://ftp.gnome.org/pub/gnome/sources/$isim/${surum%.*}/$isim-$surum.tar.xz)
derle() {
cd $isim-$surum
PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc \
--localstatedir=/var --disable-static --enable-introspection --disable-gtk-doc
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/share/{gtk-doc,doc}
}