void-packages/srcpkgs/dbus-sharp/template

20 lines
531 B
Plaintext
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
revision=2
noarch="yes"
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"
depends="${makedepends}"
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
}