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