summaryrefslogtreecommitdiffstats
path: root/consolekit/Pkgfile
diff options
context:
space:
mode:
authorpiernov <piernov@piernov.org>2012-01-22 11:38:02 +0100
committerpiernov <piernov@piernov.org>2012-01-22 11:38:02 +0100
commit50e5ce5b17e69be13228e2393c5804b0a79acfab (patch)
tree9845fa9af128d7fdd791755bb2be320f3ba2be4e /consolekit/Pkgfile
parent9626427c1a1d9c292fc519810c13b9a8073e777f (diff)
parent8548e8d6882b55dfb509b18dedfb7db17630037d (diff)
downloadnutyx-extra-50e5ce5b17e69be13228e2393c5804b0a79acfab.tar.gz
nutyx-extra-50e5ce5b17e69be13228e2393c5804b0a79acfab.tar.bz2
nutyx-extra-50e5ce5b17e69be13228e2393c5804b0a79acfab.tar.xz
nutyx-extra-50e5ce5b17e69be13228e2393c5804b0a79acfab.zip
Merged with http://kiao.no-ip.info/NuTyX/git/nutyx-pakxe → Repository splitted → nutyx-extra
Diffstat (limited to 'consolekit/Pkgfile')
-rwxr-xr-xconsolekit/Pkgfile30
1 files changed, 30 insertions, 0 deletions
diff --git a/consolekit/Pkgfile b/consolekit/Pkgfile
new file mode 100755
index 000000000..32a7cc2b9
--- /dev/null
+++ b/consolekit/Pkgfile
@@ -0,0 +1,30 @@
+# 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
+}