25 lines
535 B
Plaintext
25 lines
535 B
Plaintext
|
# 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
|
|||
|
|
|||
|
_isim=gnome-python
|
|||
|
|
|||
|
isim=python-gconf
|
|||
|
surum=2.28.1
|
|||
|
devir=1
|
|||
|
|
|||
|
kaynak=(http://download.gnome.org/sources/$_name/${surum%.*}/$_name-$surum.tar.bz2)
|
|||
|
|
|||
|
derle() {
|
|||
|
cd $_name-$surum
|
|||
|
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
|
|||
|
}
|