2009-03-20 05:38:35 +00:00
|
|
|
# Template file for 'dbus-glib'
|
|
|
|
pkgname=dbus-glib
|
2012-06-27 08:18:46 +00:00
|
|
|
version=0.100
|
|
|
|
revision=1
|
2011-10-24 12:14:47 +00:00
|
|
|
build_style=gnu-configure
|
2011-06-25 09:56:35 +00:00
|
|
|
configure_args="--disable-static --disable-bash-completion"
|
2012-05-23 16:26:56 +00:00
|
|
|
depends="expat"
|
|
|
|
makedepends="pkg-config glib-devel dbus-devel expat-devel"
|
2012-06-27 08:18:46 +00:00
|
|
|
subpackages="$pkgname-devel"
|
2009-03-20 05:38:35 +00:00
|
|
|
short_desc="GLib bindings for D-Bus"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2011-10-03 18:16:48 +00:00
|
|
|
license="GPL-2"
|
2012-06-27 08:18:46 +00:00
|
|
|
homepage="http://www.freedesktop.org/wiki/Software/DBusBindings"
|
|
|
|
distfiles="http://dbus.freedesktop.org/releases/$pkgname/$pkgname-$version.tar.gz"
|
|
|
|
checksum=80ddf7584a659590103817798dd95d7e451d666f385e5e95a83abf85c46d4605
|
2009-03-20 05:38:35 +00:00
|
|
|
long_desc="
|
|
|
|
D-Bus add-on library to integrate the standard D-Bus library with
|
|
|
|
the GLib thread abstraction and main loop."
|