void-packages/srcpkgs/dbus-sharp/template

26 lines
581 B
Text
Raw Normal View History

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