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

25 lines
535 B
Text
Raw Normal View History

2017-10-27 21:46:27 +03:00
# Tanım: GConf yapılandırma veritabanı sistemi için Python bağları
2016-02-24 02:27:23 +02:00
# URL: http://www.gnome.org/
2017-10-27 21:46:27 +03:00
# Paketçi: milisarge
# Gerekler: python-gtk gconf
2016-02-24 02:27:23 +02:00
2017-10-28 15:10:23 +03:00
_isim=gnome-python
2016-02-24 02:27:23 +02:00
2017-10-28 15:10:23 +03:00
isim=python-gconf
surum=2.28.1
devir=1
2016-02-24 02:27:23 +02:00
2017-10-28 15:10:23 +03:00
kaynak=(http://download.gnome.org/sources/$_name/${surum%.*}/$_name-$surum.tar.bz2)
2016-02-24 02:27:23 +02:00
2017-10-28 00:59:41 +03:00
derle() {
2017-10-28 15:10:23 +03:00
cd $_name-$surum
2016-02-24 02:27:23 +02:00
PYTHON=python2 ./configure --prefix=/usr \
--disable-gtk-doc \
--disable-allbindings \
--enable-gconf
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/share/gtk-doc
rm -rf $PKG/usr/lib/pkgconfig
}