summaryrefslogtreecommitdiffstats
path: root/consolekit/Pkgfile
diff options
context:
space:
mode:
authorpiernov <piernov@piernov.org>2012-05-13 18:16:31 +0000
committerpiernov <piernov@piernov.org>2012-05-13 18:16:31 +0000
commit61409d9a93076e1b1855634dc186749435c7e885 (patch)
tree8a26a421861f9d1289a2fb009abbeaf9b47f939c /consolekit/Pkgfile
parentd8d749ac2256f37f3df05f9ca639a6810d3a8156 (diff)
downloadnutyx-pakxe-61409d9a93076e1b1855634dc186749435c7e885.tar.gz
nutyx-pakxe-61409d9a93076e1b1855634dc186749435c7e885.tar.bz2
nutyx-pakxe-61409d9a93076e1b1855634dc186749435c7e885.tar.xz
nutyx-pakxe-61409d9a93076e1b1855634dc186749435c7e885.zip
Revert "consolekit, ajout"
This reverts commit 8f95b156977c00a8691cb6faa724dc4b58f613ee.
Diffstat (limited to 'consolekit/Pkgfile')
-rwxr-xr-xconsolekit/Pkgfile30
1 files changed, 0 insertions, 30 deletions
diff --git a/consolekit/Pkgfile b/consolekit/Pkgfile
deleted file mode 100755
index 32a7cc2b9..000000000
--- a/consolekit/Pkgfile
+++ /dev/null
@@ -1,30 +0,0 @@
-# Description: framework for defining and tracking users, login sessions, and seats
-# URL: http://www.freedesktop.org/wiki/Software/ConsoleKit
-# Maintainer: NuTyX core team
-# Packager: thierryn1 at hispeed do ch
-# Depends on: dbus-glib, xorg-libx11, polkit, xmlto, docbook-xsl
-# Run on: dbus-glib,xorg-libx11,policykit,polkit,xmlto,docbook-xsl
-
-name=consolekit
-version=0.4.5
-release=2
-source=(http://www.freedesktop.org/software/ConsoleKit/dist/ConsoleKit-$version.tar.bz2
- pam-foreground-compat.ck
- consolekit.logrotate)
-
-build() {
- cd ConsoleKit-$version
-
- ./configure --prefix=/usr \
- --sysconfdir=/etc \
- --localstatedir=/var \
- --libexecdir=/usr/lib/ConsoleKit \
- --enable-pam-module \
- --enable-docbook-docs \
- --with-dbus-services=$PKG/usr/share/dbus-1/services
-
- make
- make DESTDIR=$PKG install
- install -m755 $SRC/pam-foreground-compat.ck $PKG/usr/lib/ConsoleKit/run-session.d/
- install -D -m644 $SRC/consolekit.logrotate $PKG/etc/logrotate.d/consolekit
-}