Files
ports/main/python3-dbus/spkgbuild
2022-09-11 22:16:34 +08:00

17 lines
339 B
Plaintext
Executable File

# description : Python3 bindings to the D-Bus
# depends : dbus python3 dbus-glib
name=python3-dbus
version=1.3.2
release=1
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
}