void-packages/srcpkgs/dbus-glib/template

21 lines
706 B
Text
Raw Normal View History

# Template file for 'dbus-glib'
pkgname=dbus-glib
2011-10-03 18:16:48 +00:00
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
2011-06-25 09:56:35 +00:00
configure_args="--disable-static --disable-bash-completion"
revision=2
depends="expat"
makedepends="pkg-config glib-devel dbus-devel expat-devel"
short_desc="GLib bindings for D-Bus"
maintainer="Juan RP <xtraeme@gmail.com>"
2011-10-03 18:16:48 +00:00
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"
2011-10-03 18:16:48 +00:00