summaryrefslogtreecommitdiffstats
path: root/dbus-sharp/Pkgfile
diff options
context:
space:
mode:
authorpiernov <piernov@piernov.org>2011-08-16 11:30:47 +0200
committerpiernov <piernov@piernov.org>2011-08-16 11:31:20 +0200
commita9bcd8f4ffa82fa438f91964eae0fa63f96e8290 (patch)
treeefc1e70b729f28d2d7547a2bcc1f09f647a1b081 /dbus-sharp/Pkgfile
parent6218a28eafc331bf13ff4bf292bc6d82c2eba83c (diff)
downloadgnome3-a9bcd8f4ffa82fa438f91964eae0fa63f96e8290.tar.gz
gnome3-a9bcd8f4ffa82fa438f91964eae0fa63f96e8290.tar.bz2
gnome3-a9bcd8f4ffa82fa438f91964eae0fa63f96e8290.tar.xz
gnome3-a9bcd8f4ffa82fa438f91964eae0fa63f96e8290.zip
dbus-sharp 0.7.0-1 ajout port
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
+}
+