New package: dbus-sharp-glib-0.5.0
This commit is contained in:
parent
97d0231eda
commit
73631e113f
|
@ -0,0 +1,23 @@
|
|||
# Template file for 'dbus-sharp-glib'
|
||||
pkgname=dbus-sharp-glib
|
||||
version=0.5.0
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
short_desc="C# Glib implementation of D-Bus"
|
||||
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"
|
||||
long_desc="
|
||||
This is a fork of ndesk-dbus-glib, which provides GLib main loop
|
||||
integration for Managed D-Bus."
|
||||
|
||||
dbus-sharp-glib_package() {
|
||||
noarch="yes"
|
||||
depends="dbus-sharp"
|
||||
pkg_install() {
|
||||
vmove all
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue