void-packages/srcpkgs/dbus-glib/template

24 lines
785 B
Plaintext

# Template file for 'dbus-glib'
pkgname=dbus-glib
version=0.98
homepage="http://www.freedesktop.org/wiki/Software/DBusBindings"
distfiles="http://dbus.freedesktop.org/releases/$pkgname/$pkgname-$version.tar.gz"
build_style=gnu-configure
configure_args="--disable-static --disable-bash-completion"
revision=1
short_desc="GLib bindings for D-Bus"
maintainer="Juan RP <xtraeme@gmail.com>"
license="GPL-2"
checksum=297c81d6bb8b1c312e9b0ccfe91eb28ec0672756abb64dfb7bbe2b5f1ae5d111
long_desc="
D-Bus add-on library to integrate the standard D-Bus library with
the GLib thread abstraction and main loop."
subpackages="$pkgname-devel"
Add_dependency run expat
Add_dependency build pkg-config
Add_dependency build glib-devel
Add_dependency build dbus-devel
Add_dependency build expat-devel