void-packages/srcpkgs/dbus-glib/template

30 lines
847 B
Plaintext
Raw Normal View History

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