summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry N <thierryn1 at hispeed dot ch>2009-08-09 14:50:14 +0200
committerThierry N <thierryn1 at hispeed dot ch>2009-08-09 14:50:14 +0200
commit2867ee0384712d6524b271da2124a1b1b4d788db (patch)
tree0e3348d2aa9231f25a694ae8a403f1f815323418
parent10bc1520534da3d300433e4a365f9d9e98dd6d8e (diff)
downloadnutyx-pakxe-2867ee0384712d6524b271da2124a1b1b4d788db.tar.gz
nutyx-pakxe-2867ee0384712d6524b271da2124a1b1b4d788db.tar.bz2
nutyx-pakxe-2867ee0384712d6524b271da2124a1b1b4d788db.tar.xz
nutyx-pakxe-2867ee0384712d6524b271da2124a1b1b4d788db.zip
Ajout de dbus-python#0.83.0-1
-rwxr-xr-xextra/dbus-python/Pkgfile21
1 files changed, 21 insertions, 0 deletions
diff --git a/extra/dbus-python/Pkgfile b/extra/dbus-python/Pkgfile
new file mode 100755
index 000000000..e49af44d1
--- /dev/null
+++ b/extra/dbus-python/Pkgfile
@@ -0,0 +1,21 @@
+# Description: Connecteur Python pour D-Bus
+# URL: http://dbus.freedesktop.org/
+# Maintainer: NuTyX core team
+# Packager: thierryn1 at hispeed dot ch
+# Depends on: dbus-glib, python
+
+name=dbus-python
+version=0.83.0
+release=1
+source=( http://dbus.freedesktop.org/releases/$name/$name-$version.tar.gz\
+ )
+
+build() {
+ cd $name-$version
+ ./configure --prefix=/usr \
+ --mandir=/usr/share/man \
+ --disable-html-docs \
+ --infodir=/usr/share/info
+ make
+ make DESTDIR=$PKG install
+}