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

25 lines
545 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
_name=gnome-python
name=python-gconf
version=2.28.1
release=1
source=(http://download.gnome.org/sources/$_name/${version%.*}/$_name-$version.tar.bz2)
build() {
cd $_name-$version
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
}