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

25 lines
554 B
Plaintext
Raw Normal View History

2018-06-09 00:06:58 +02:00
# Tanım: GConf yapılandırma veritabanı sistemi için Python bağları
# URL: http://www.gnome.org/
# Paketçi: milisarge
# Gerekler: python-gtk gconf
2018-07-31 15:31:19 +02:00
# Grup: kütüphane
2018-06-09 00:06:58 +02:00
_isim=gnome-python
isim=python-gconf
surum=2.28.1
devir=1
2018-07-31 15:31:19 +02:00
kaynak=(http://download.gnome.org/sources/$_isim/${surum%.*}/$_isim-$surum.tar.bz2)
2018-06-09 00:06:58 +02:00
derle() {
2018-07-31 15:31:19 +02:00
cd $_isim-$surum
2018-06-09 00:06:58 +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
}