opt/dbus-python/Pkgfile

19 lines
426 B
Plaintext
Raw Normal View History

# Description: D-Bus Python bindings
# URL: http://freedesktop.org/wiki/Software_2fdbus
# Maintainer: Matt Housh, jaeger at crux dot nu
2007-04-09 20:47:36 +02:00
# Depends on: dbus-glib, python
name=dbus-python
2007-04-09 20:47:36 +02:00
version=0.80.1
release=1
source=(http://dbus.freedesktop.org/releases/$name/$name-$version.tar.gz)
build() {
cd $name-$version
2007-04-09 20:47:36 +02:00
./configure --prefix=/usr \
--disable-html-docs
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/share
}