opt/dbus-glib/Pkgfile

21 lines
472 B
Plaintext
Raw Normal View History

# 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.71
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
}