summaryrefslogtreecommitdiffstats
path: root/dbus-sharp/Pkgfile
blob: 2131377185d589dab8c3ca75873bb57a589b2631 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Description: Implémentation C# de DBus
# URL: http://mono.github.com/dbus-sharp/
# Maintainer: NuTyX GNOME team
# Packager: piernov <piernov@piernov.org>
# Depends on: mono
# Run on: mono

name=dbus-sharp
version=0.7.0
release=1
source=(https://github.com/downloads/mono/$name/$name-$version.tar.gz)

build() {
	cd $name-$version
	export MONO_SHARED_DIR="$SRC/.wabi"
	mkdir -p $MONO_SHARED_DIR
	./configure --prefix=/usr \
		--sysconfdir=/etc \
		--localstatedir=/var
	make
	make DESTDIR=$PKG install
}