void-packages/templates/dbus-glib/template
Juan RP dd6b45c322 Set sourcepkg to pkgname through run_template().
This removes the need for having to specify sourcepkg manually in
every package that will build subpkgs.

--HG--
extra : convert_revision : 383e4c467e84844d2f4f61ae5c5e07a5124e9cfb
2009-07-29 22:44:30 +02:00

24 lines
683 B
Text

# Template file for 'dbus-glib'
pkgname=dbus-glib
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
}