From 97d0231eda58fbfe358350462355dc65a1d83c3e Mon Sep 17 00:00:00 2001 From: wertyi48 Date: Fri, 21 Jun 2013 19:15:04 -0300 Subject: [PATCH] New package: dbus-sharp-0.7.0 --- srcpkgs/dbus-sharp/template | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 srcpkgs/dbus-sharp/template 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 + } +}