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

26 lines
641 B
Text
Raw Normal View History

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