milis/talimatname/genel/python-rsvg/talimat

20 lines
517 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: Librsvg kütüphanesi için bağlayıcı python.
# URL: http://www.gnome.org
# Packager: milisarge
# Depends on: python-gtk librsvg
_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/
}