dbus-sharp: update template
This commit is contained in:
parent
9c500ef185
commit
009d24c61e
|
@ -1,20 +1,25 @@
|
||||||
# Template file for 'dbus-sharp'
|
# Template file for 'dbus-sharp'
|
||||||
pkgname=dbus-sharp
|
pkgname=dbus-sharp
|
||||||
version=0.7.0
|
version=0.7
|
||||||
revision=1
|
revision=1
|
||||||
|
distfiles="https://github.com/mono/dbus-sharp/archive/v${version}.tar.gz"
|
||||||
|
checksum="535360a164b62bd629f7ca7396a0dcfb143e05287ac2cc95ab4387bd81dd6d58"
|
||||||
build_style=gnu-configure
|
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>"
|
maintainer="Steven R <strob AT styez DOT com>"
|
||||||
license="Custom"
|
|
||||||
makedepends="mono pkg-config"
|
|
||||||
homepage="http://github.com/mono/dbus-sharp/"
|
homepage="http://github.com/mono/dbus-sharp/"
|
||||||
distfiles="https://github.com/downloads/mono/${pkgname}/${pkgname}-${version}.tar.gz"
|
license="Custom"
|
||||||
checksum="92529aef9063f477d1975947c6388c63d03234018f45d007c07716dd3e21dd41"
|
short_desc="C# implementation of D-Bus"
|
||||||
long_desc="
|
long_desc="
|
||||||
This is a fork of ndesk-dbus, which is a C# implementation of D-Bus. It's
|
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
|
often referred to as managed D-Bus to avoid confusion with existing
|
||||||
bindings (which wrap libdbus)."
|
bindings (which wrap libdbus)."
|
||||||
|
|
||||||
|
pre_configure() {
|
||||||
|
./autogen.sh
|
||||||
|
}
|
||||||
|
|
||||||
dbus-sharp_package() {
|
dbus-sharp_package() {
|
||||||
noarch="yes"
|
noarch="yes"
|
||||||
depends="mono"
|
depends="mono"
|
||||||
|
|
Loading…
Reference in New Issue