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

22 lines
435 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Tanım: DBUS için Python bağları
# URL: http://dbus.freedesktop.org/
# Paketçi: milisarge
# Gerekler: python dbus-glib
# Grup: kütüphane
isim=dbus-python
surum=1.2.8
devir=1
kaynak=(https://dbus.freedesktop.org/releases/dbus-python/dbus-python-${surum}.tar.gz)
derle() {
cd $isim-$surum
mkdir python2
pushd python2
PYTHON=/usr/bin/python2 \
../configure --prefix=/usr
make
popd
make DESTDIR=$PKG -C python2 install
}