diff options
author | fredjo <frederic.joly@9online.fr> | 2009-11-04 12:58:57 +0100 |
---|---|---|
committer | fredjo <frederic.joly@9online.fr> | 2009-11-04 12:58:57 +0100 |
commit | 9663f392c30688ccb3f422fdc96bb28fd365cfd9 (patch) | |
tree | 075ca8aa1a82b0bcd258b5aec8e23f95c34b6711 /extra/consolekit/Pkgfile | |
parent | 8319029c736805cfd7dc2471a88a42aa2a4dfa5f (diff) | |
download | nutyx-extra-9663f392c30688ccb3f422fdc96bb28fd365cfd9.tar.gz nutyx-extra-9663f392c30688ccb3f422fdc96bb28fd365cfd9.tar.bz2 nutyx-extra-9663f392c30688ccb3f422fdc96bb28fd365cfd9.tar.xz nutyx-extra-9663f392c30688ccb3f422fdc96bb28fd365cfd9.zip |
deplacement de consolekit vers extra
Diffstat (limited to 'extra/consolekit/Pkgfile')
-rwxr-xr-x | extra/consolekit/Pkgfile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/extra/consolekit/Pkgfile b/extra/consolekit/Pkgfile new file mode 100755 index 000000000..40cf6fb15 --- /dev/null +++ b/extra/consolekit/Pkgfile @@ -0,0 +1,21 @@ +# Description: framework for defining and tracking users, login sessions, and seats +# URL: http://www.freedesktop.org/wiki/Software/ConsoleKit +# Maintainer: Oleksiy Khilkevich <grim@asu.ntu-kpi.kiev.ua> +# Depends on: linux-pam, dbus, glib, xorg-libx11, policykit + +name=consolekit +version=0.3.1 +release=3 +source=(http://www.freedesktop.org/software/ConsoleKit/dist/ConsoleKit-$version.tar.bz2) + +build() { + cd ConsoleKit-$version + + ./configure --prefix=/usr \ + --sysconfdir=/etc \ + --localstatedir=/var \ + --mandir=/usr/man + + make + make DESTDIR=$PKG install +} |