milis/talimatname/genel/p/python3-dbus/talimat

21 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: 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
}