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