Files
ports/core/python3-dbus/spkgbuild
2020-04-18 13:25:58 +08:00

17 lines
340 B
Plaintext
Executable File

# description : Python3 bindings to the D-Bus
# depends : dbus python3 dbus-glib
name=python3-dbus
version=1.2.16
release=2
source="http://dbus.freedesktop.org/releases/dbus-python/dbus-python-$version.tar.gz"
build() {
cd dbus-python-$version
PYTHON=/usr/bin/python3 \
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}