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