diff --git a/srcpkgs/dbus-sharp-glib/template b/srcpkgs/dbus-sharp-glib/template new file mode 100644 index 00000000000..a99d333b137 --- /dev/null +++ b/srcpkgs/dbus-sharp-glib/template @@ -0,0 +1,23 @@ +# Template file for 'dbus-sharp-glib' +pkgname=dbus-sharp-glib +version=0.5.0 +revision=1 +build_style=gnu-configure +short_desc="C# Glib implementation of D-Bus" +maintainer="Steven R " +license="Custom" +makedepends="pkg-config mono dbus-sharp<=0.7.0_1" +homepage="http://github.com/mono/dbus-sharp-glib/" +distfiles="https://github.com/downloads/mono/dbus-sharp/${pkgname}-${version}.tar.gz" +checksum="f4fd663957f06ac5f0322beab264c5498bf6408f7435d0387950b4cb7996180e" +long_desc=" +This is a fork of ndesk-dbus-glib, which provides GLib main loop +integration for Managed D-Bus." + +dbus-sharp-glib_package() { + noarch="yes" + depends="dbus-sharp" + pkg_install() { + vmove all + } +}