24 lines
719 B
Text
24 lines
719 B
Text
# Template file for 'dbus-sharp'
|
|
pkgname=dbus-sharp
|
|
version=0.7.0
|
|
revision=1
|
|
build_style=gnu-configure
|
|
short_desc="C# implementation of D-Bus"
|
|
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"
|
|
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)."
|
|
|
|
dbus-sharp_package() {
|
|
noarch="yes"
|
|
depends="mono"
|
|
pkg_install() {
|
|
vmove all
|
|
}
|
|
}
|