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

22 lines
435 B
Text
Raw Permalink Normal View History

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