summaryrefslogtreecommitdiffstats
path: root/devicekit/Pkgfile
diff options
context:
space:
mode:
authorpiernov <piernov@piernov.org>2012-05-13 21:55:36 +0200
committerpiernov <piernov@piernov.org>2012-05-13 21:55:36 +0200
commit7298090e8c17a1631eb714d64b79c945b720304c (patch)
tree867f63279e2afc3f08326501d771f0148725964d /devicekit/Pkgfile
parentaefab5b99ac3e20aa33e86876c77ccbb2e6ef210 (diff)
downloadnutyx-pakxe-7298090e8c17a1631eb714d64b79c945b720304c.tar.gz
nutyx-pakxe-7298090e8c17a1631eb714d64b79c945b720304c.tar.bz2
nutyx-pakxe-7298090e8c17a1631eb714d64b79c945b720304c.tar.xz
nutyx-pakxe-7298090e8c17a1631eb714d64b79c945b720304c.zip
Revert "ajout devicekit"
This reverts commit 9840491d72c826ea687dcf70003407a8a6d5848e.
Diffstat (limited to 'devicekit/Pkgfile')
-rwxr-xr-xdevicekit/Pkgfile25
1 files changed, 0 insertions, 25 deletions
diff --git a/devicekit/Pkgfile b/devicekit/Pkgfile
deleted file mode 100755
index ba9a3825e..000000000
--- a/devicekit/Pkgfile
+++ /dev/null
@@ -1,25 +0,0 @@
-# Description: Systeme d'abstraction de materiel
-# URL: http://hal.freedesktop.org/docs/PolicyKit/
-# Maintainer: NuTyX core team
-# Packager: thierryn1 at hispeed dot ch
-# Depends on: dbus, expat, dbus-glib
-# Run on: dbus,expat,dbus-glib
-
-name=devicekit
-version=003
-release=1
-source=(http://hal.freedesktop.org/releases/DeviceKit-$version.tar.gz)
-build() {
- cd DeviceKit-$version
- ./configure --prefix=/usr\
- --sysconfdir=/etc \
- --libexecdir=/usr/lib/devicekit \
- --disable-man-pages \
- --disable-gtk-doc \
- --mandir=/usr/share/man \
- --localstatedir=/var \
-
- make
- make DESTDIR=$PKG install
-}
-