summaryrefslogtreecommitdiffstats
path: root/dbus-sharp/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'dbus-sharp/Pkgfile')
-rw-r--r--dbus-sharp/Pkgfile23
1 files changed, 23 insertions, 0 deletions
diff --git a/dbus-sharp/Pkgfile b/dbus-sharp/Pkgfile
new file mode 100644
index 0000000..2131377
--- /dev/null
+++ b/dbus-sharp/Pkgfile
@@ -0,0 +1,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
+}
+