19 lines
531 B
Text
19 lines
531 B
Text
# Template file for 'dbus-sharp'
|
|
pkgname=dbus-sharp
|
|
version=0.7
|
|
revision=2
|
|
noarch="yes"
|
|
distfiles="https://github.com/mono/dbus-sharp/archive/v${version}.tar.gz"
|
|
checksum="535360a164b62bd629f7ca7396a0dcfb143e05287ac2cc95ab4387bd81dd6d58"
|
|
build_style=gnu-configure
|
|
hostmakedepends="pkg-config automake"
|
|
makedepends="mono"
|
|
depends="${makedepends}"
|
|
maintainer="Steven R <strob AT styez DOT com>"
|
|
homepage="http://github.com/mono/dbus-sharp/"
|
|
license="Custom"
|
|
short_desc="C# implementation of D-Bus"
|
|
|
|
pre_configure() {
|
|
./autogen.sh
|
|
}
|