summaryrefslogtreecommitdiffstats
path: root/dbus-python/Pkgfile
diff options
context:
space:
mode:
authorpiernov <piernov@piernov.org>2012-05-13 21:47:18 +0200
committerpiernov <piernov@piernov.org>2012-05-13 21:47:18 +0200
commite90f9286a3a800ca1f12c2d79426efbca690a061 (patch)
treea40f1dce709ffa189d40a6d3401519c7810b6bd0 /dbus-python/Pkgfile
parent4a336d1d0e07d7bee47f23344bf18908a37742ff (diff)
downloadnutyx-pakxe-e90f9286a3a800ca1f12c2d79426efbca690a061.tar.gz
nutyx-pakxe-e90f9286a3a800ca1f12c2d79426efbca690a061.tar.bz2
nutyx-pakxe-e90f9286a3a800ca1f12c2d79426efbca690a061.tar.xz
nutyx-pakxe-e90f9286a3a800ca1f12c2d79426efbca690a061.zip
Revert "avahi-server est un service"
This reverts commit bde3e30c3e4533a208c135a95ce58c0c354de454.
Diffstat (limited to 'dbus-python/Pkgfile')
-rwxr-xr-xdbus-python/Pkgfile23
1 files changed, 0 insertions, 23 deletions
diff --git a/dbus-python/Pkgfile b/dbus-python/Pkgfile
deleted file mode 100755
index a7872bf0b..000000000
--- a/dbus-python/Pkgfile
+++ /dev/null
@@ -1,23 +0,0 @@
-# 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
-}
-