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
|
2014-06-22 06:11:36 +00:00
|
|
|
revision=2
|
2014-01-01 15:10:11 +00:00
|
|
|
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"
|
2014-01-01 15:10:11 +00:00
|
|
|
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
|
|
|
|
}
|