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

20 lines
510 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: Librsvg kütüphanesi için bağlayıcı python.
2016-02-24 01:27:23 +01:00
# URL: http://www.gnome.org
2017-10-27 20:46:27 +02:00
# Paketçi: milisarge
# Gerekler: python-gtk librsvg
2016-02-24 01:27:23 +01:00
_name=gnome-python-desktop
name=python-rsvg
version=2.32.0
release=1
source=(http://ftp.gnome.org/pub/gnome/sources/${_name}/${version%.*}/${_name}-$version.tar.bz2)
build() {
cd ${_name}-$version
./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/
}