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

25 lines
535 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: GConf yapılandırma veritabanı sistemi için Python bağları
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 gconf
2016-02-24 01:27:23 +01:00
2017-10-28 14:10:23 +02:00
_isim=gnome-python
2016-02-24 01:27:23 +01:00
2017-10-28 14:10:23 +02:00
isim=python-gconf
surum=2.28.1
devir=1
2016-02-24 01:27:23 +01:00
2017-10-28 14:10:23 +02:00
kaynak=(http://download.gnome.org/sources/$_name/${surum%.*}/$_name-$surum.tar.bz2)
2016-02-24 01:27:23 +01:00
2017-10-27 23:59:41 +02:00
derle() {
2017-10-28 14:10:23 +02:00
cd $_name-$surum
2016-02-24 01:27:23 +01: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
}