opt/dbus-glib/Pkgfile
2006-10-30 08:29:12 -06:00

22 lines
495 B
Plaintext

# Description: D-Bus GLib bindings
# URL: http://freedesktop.org/wiki/Software_2fdbus
# Maintainer: Matt Housh, jaeger at crux dot nu
# Depends on: dbus, glib
name=dbus-glib
version=0.72
release=1
source=(http://dbus.freedesktop.org/releases/$name/$name-$version.tar.gz \
$name-$version.patch)
build() {
cd $name-$version
patch -p1 -i $SRC/$name-$version.patch
./configure --prefix=/usr \
--disable-static \
--with-xml=expat
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/share
}