dbus-sharp-glib: update template
This commit is contained in:
parent
009d24c61e
commit
9a2e37d280
1 changed files with 13 additions and 8 deletions
|
@ -1,18 +1,23 @@
|
||||||
# Template file for 'dbus-sharp-glib'
|
# Template file for 'dbus-sharp-glib'
|
||||||
pkgname=dbus-sharp-glib
|
pkgname=dbus-sharp-glib
|
||||||
version=0.5.0
|
version=0.5
|
||||||
revision=1
|
revision=1
|
||||||
|
distfiles="https://github.com/mono/dbus-sharp-glib/archive/v${version}.tar.gz"
|
||||||
|
checksum="208742e92ce4b6b4b0856e8cb70a2dad37aaae5f5708ff390b52c7938dabaea0"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
short_desc="C# Glib implementation of D-Bus"
|
hostmakedepends="pkg-config automake"
|
||||||
|
makedepends="mono dbus-sharp<=0.7_1"
|
||||||
maintainer="Steven R <strob AT styez DOT com>"
|
maintainer="Steven R <strob AT styez DOT com>"
|
||||||
license="Custom"
|
|
||||||
makedepends="pkg-config mono dbus-sharp<=0.7.0_1"
|
|
||||||
homepage="http://github.com/mono/dbus-sharp-glib/"
|
homepage="http://github.com/mono/dbus-sharp-glib/"
|
||||||
distfiles="https://github.com/downloads/mono/dbus-sharp/${pkgname}-${version}.tar.gz"
|
license="Custom"
|
||||||
checksum="f4fd663957f06ac5f0322beab264c5498bf6408f7435d0387950b4cb7996180e"
|
short_desc="C# Glib implementation of D-Bus"
|
||||||
long_desc="
|
long_desc="
|
||||||
This is a fork of ndesk-dbus-glib, which provides GLib main loop
|
This is a fork of ndesk-dbus-glib, which provides GLib main loop integration
|
||||||
integration for Managed D-Bus."
|
for Managed D-Bus."
|
||||||
|
|
||||||
|
pre_configure() {
|
||||||
|
./autogen.sh
|
||||||
|
}
|
||||||
|
|
||||||
dbus-sharp-glib_package() {
|
dbus-sharp-glib_package() {
|
||||||
noarch="yes"
|
noarch="yes"
|
||||||
|
|
Loading…
Reference in a new issue