18 lines
619 B
Plaintext
18 lines
619 B
Plaintext
|
# Template file for 'eggdbus'
|
||
|
pkgname=eggdbus
|
||
|
version=0.6
|
||
|
distfiles="http://hal.freedesktop.org/releases/$pkgname-$version.tar.gz"
|
||
|
build_style=gnu_configure
|
||
|
configure_args="--enable-man-pages"
|
||
|
short_desc="D-Bus bindings for GObject"
|
||
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||
|
checksum=045b1904c90a5acb2ddc93504cdbc5e1317c8021bbf919cea3bf18a686911085
|
||
|
long_desc="
|
||
|
EggDBus is a D-Bus binding for GObject. It uses an IDL language (XML) to
|
||
|
describe the D-Bus interfaces and generates C code from that."
|
||
|
|
||
|
subpackages="$pkgname-devel"
|
||
|
Add_dependency build pkg-config
|
||
|
Add_dependency build libxslt
|
||
|
Add_dependency full dbus-glib
|