dbus-sharp-glib: update template
This commit is contained in:
parent
009d24c61e
commit
9a2e37d280
|
@ -1,18 +1,23 @@
|
|||
# Template file for 'dbus-sharp-glib'
|
||||
pkgname=dbus-sharp-glib
|
||||
version=0.5.0
|
||||
version=0.5
|
||||
revision=1
|
||||
distfiles="https://github.com/mono/dbus-sharp-glib/archive/v${version}.tar.gz"
|
||||
checksum="208742e92ce4b6b4b0856e8cb70a2dad37aaae5f5708ff390b52c7938dabaea0"
|
||||
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>"
|
||||
license="Custom"
|
||||
makedepends="pkg-config mono dbus-sharp<=0.7.0_1"
|
||||
homepage="http://github.com/mono/dbus-sharp-glib/"
|
||||
distfiles="https://github.com/downloads/mono/dbus-sharp/${pkgname}-${version}.tar.gz"
|
||||
checksum="f4fd663957f06ac5f0322beab264c5498bf6408f7435d0387950b4cb7996180e"
|
||||
license="Custom"
|
||||
short_desc="C# Glib implementation of D-Bus"
|
||||
long_desc="
|
||||
This is a fork of ndesk-dbus-glib, which provides GLib main loop
|
||||
integration for Managed D-Bus."
|
||||
This is a fork of ndesk-dbus-glib, which provides GLib main loop integration
|
||||
for Managed D-Bus."
|
||||
|
||||
pre_configure() {
|
||||
./autogen.sh
|
||||
}
|
||||
|
||||
dbus-sharp-glib_package() {
|
||||
noarch="yes"
|
||||
|
|
Loading…
Reference in New Issue