void-packages/srcpkgs/dbus-sharp-glib/template
2013-06-21 19:16:59 -03:00

23 lines
705 B
Text

# 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
}
}