dbus-sharp: update template

This commit is contained in:
wertyi48 2013-07-05 18:39:19 -03:00
parent 9c500ef185
commit 009d24c61e

View file

@ -1,20 +1,25 @@
# Template file for 'dbus-sharp'
pkgname=dbus-sharp
version=0.7.0
version=0.7
revision=1
distfiles="https://github.com/mono/dbus-sharp/archive/v${version}.tar.gz"
checksum="535360a164b62bd629f7ca7396a0dcfb143e05287ac2cc95ab4387bd81dd6d58"
build_style=gnu-configure
short_desc="C# implementation of D-Bus"
hostmakedepends="pkg-config automake"
makedepends="mono"
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"
license="Custom"
short_desc="C# implementation of D-Bus"
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)."
pre_configure() {
./autogen.sh
}
dbus-sharp_package() {
noarch="yes"
depends="mono"