vp-build/templates/dbus-glib/template
Juan RP fbec524388 Added dbus-glib-0.80 template.
--HG--
extra : convert_revision : ebf6446ac08f5741c27cf0c4783841ac404581b6
2009-03-20 06:38:35 +01:00

26 lines
702 B
Plaintext

# Template file for 'dbus-glib'
pkgname=dbus-glib
sourcepkg=$pkgname
version=0.80
distfiles="
http://dbus.freedesktop.org/releases/$pkgname/$pkgname-$version.tar.gz"
build_style=gnu_configure
configure_args="--enable-static=no --enable-bash-completion=no"
short_desc="GLib bindings for D-Bus"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=b5330b91b3131757103da2b3147e211e71214475f5d77640022ea9bb587f645b
long_desc="
D-Bus add-on library to integrate the standard D-Bus library with
the GLib thread abstraction and main loop."
subpackages="devel"
Add_dependency full glibc
Add_dependency full glib
Add_dependency build dbus
Add_dependency run dbus-libs
post_install()
{
rm -rf ${DESTDIR}/etc
}