void-packages/srcpkgs/dbus-glib/template
Juan RP 13e848dae4 dbus-glib: move so symlink into main pkg.
--HG--
extra : convert_revision : eda41651f0521bf075261950a731d618024a5677
2010-04-22 22:03:31 +02:00

30 lines
847 B
Plaintext

# 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
}