summaryrefslogtreecommitdiffstats
path: root/dbus-python/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'dbus-python/Pkgfile')
-rwxr-xr-xdbus-python/Pkgfile23
1 files changed, 23 insertions, 0 deletions
diff --git a/dbus-python/Pkgfile b/dbus-python/Pkgfile
new file mode 100755
index 000000000..a7872bf0b
--- /dev/null
+++ b/dbus-python/Pkgfile
@@ -0,0 +1,23 @@
+# 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
+# Run on: dbus-glib
+
+name=dbus-python
+version=0.84.0
+release=1
+source=( http://dbus.freedesktop.org/releases/$name/$name-$version.tar.gz\
+ )
+
+build() {
+ cd $name-$version
+ PYTHON=python2 ./configure --prefix=/usr \
+ --mandir=/usr/share/man \
+ --disable-html-docs \
+ --infodir=/usr/share/info
+ make
+ make DESTDIR=$PKG install
+}
+