From 3f57a7f93b3e7550cbd73036f6a56654e17d1d5c Mon Sep 17 00:00:00 2001 From: tnut Date: Sun, 8 Jan 2012 12:15:45 +0100 Subject: split de git pakxe et NuTyX-extra --- consolekit/Pkgfile | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100755 consolekit/Pkgfile (limited to 'consolekit/Pkgfile') 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 +} -- cgit v1.2.3-54-g00ecf