New package: dbus-sharp-0.7.0

This commit is contained in:
wertyi48 2013-06-21 19:15:04 -03:00
parent 4859225368
commit 97d0231eda

View file

@ -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 <strob AT styez DOT com>"
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
}
}