milis/talimatname/genel/p/python-rsvg/talimat

20 lines
491 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: Librsvg kütüphanesi için bağlayıcı python.
# URL: http://www.gnome.org
# Paketçi: milisarge
# Gerekler: python-gtk librsvg
_isim=gnome-python-desktop
isim=python-rsvg
surum=2.32.0
devir=1
kaynak=(http://ftp.gnome.org/pub/gnome/sources/${_name}/${surum%.*}-$surum.tar.bz2)
derle() {
cd ${_name}-$surum
./configure --prefix=/usr
make -C rsvg install DESTDIR=$PKG
install -m755 -d $PKG/usr/share/pygtk/2.0/defs
install -m644 rsvg/rsvg.defs $PKG/usr/share/pygtk/2.0/defs/
}