void-packages/srcpkgs/dbus-sharp-glib/template

26 lines
635 B
Plaintext
Raw Normal View History

# Template file for 'dbus-sharp-glib'
pkgname=dbus-sharp-glib
2013-07-05 21:39:40 +00:00
version=0.5
revision=1
2013-07-05 21:39:40 +00:00
distfiles="https://github.com/mono/dbus-sharp-glib/archive/v${version}.tar.gz"
checksum="208742e92ce4b6b4b0856e8cb70a2dad37aaae5f5708ff390b52c7938dabaea0"
build_style=gnu-configure
2013-07-05 21:39:40 +00:00
hostmakedepends="pkg-config automake"
makedepends="mono dbus-sharp<=0.7_1"
maintainer="Steven R <strob AT styez DOT com>"
2013-06-21 22:16:59 +00:00
homepage="http://github.com/mono/dbus-sharp-glib/"
2013-07-05 21:39:40 +00:00
license="Custom"
short_desc="C# Glib implementation of D-Bus"
2013-07-05 21:39:40 +00:00
pre_configure() {
./autogen.sh
}
2013-06-21 22:16:59 +00:00
dbus-sharp-glib_package() {
2013-06-22 00:42:06 +00:00
noarch="yes"
depends="dbus-sharp"
pkg_install() {
vmove all
}
2013-06-21 22:16:59 +00:00
}