milis/talimatname/genel/d/dbus-python/talimat

22 lines
435 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: DBUS için Python bağları
2016-02-24 01:27:23 +01:00
# URL: http://dbus.freedesktop.org/
2017-10-27 20:46:27 +02:00
# Paketçi: milisarge
2018-08-14 02:58:35 +02:00
# Gerekler: python dbus-glib
# Grup: kütüphane
2016-02-24 01:27:23 +01:00
2017-10-28 14:10:23 +02:00
isim=dbus-python
2018-08-14 02:58:35 +02:00
surum=1.2.8
2017-10-28 14:10:23 +02:00
devir=1
2018-08-14 02:58:35 +02:00
kaynak=(https://dbus.freedesktop.org/releases/dbus-python/dbus-python-${surum}.tar.gz)
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 $isim-$surum
2016-02-24 01:27:23 +01:00
mkdir python2
pushd python2
2018-08-14 02:58:35 +02:00
PYTHON=/usr/bin/python2 \
../configure --prefix=/usr
2016-02-24 01:27:23 +01:00
make
popd
make DESTDIR=$PKG -C python2 install
}