diff --git a/srcpkgs/dbus-sharp/template b/srcpkgs/dbus-sharp/template new file mode 100644 index 00000000000..3841f896e5d --- /dev/null +++ b/srcpkgs/dbus-sharp/template @@ -0,0 +1,24 @@ +# Template file for 'dbus-sharp' +pkgname=dbus-sharp +version=0.7.0 +revision=1 +build_style=gnu-configure +short_desc="C# implementation of D-Bus" +maintainer="Steven R " +license="Custom" +makedepends="mono pkg-config" +homepage="http://github.com/mono/dbus-sharp/" +distfiles="https://github.com/downloads/mono/${pkgname}/${pkgname}-${version}.tar.gz" +checksum="92529aef9063f477d1975947c6388c63d03234018f45d007c07716dd3e21dd41" +long_desc=" +This is a fork of ndesk-dbus, which is a C# implementation of D-Bus. It's +often referred to as managed D-Bus to avoid confusion with existing +bindings (which wrap libdbus)." + +dbus-sharp_package() { + noarch="yes" + depends="mono" + pkg_install() { + vmove all + } +}