summaryrefslogtreecommitdiffstats
path: root/extra/consolekit/Pkgfile
diff options
context:
space:
mode:
authorfredjo <frederic.joly@9online.fr>2009-11-04 12:58:57 +0100
committerfredjo <frederic.joly@9online.fr>2009-11-04 12:58:57 +0100
commit9663f392c30688ccb3f422fdc96bb28fd365cfd9 (patch)
tree075ca8aa1a82b0bcd258b5aec8e23f95c34b6711 /extra/consolekit/Pkgfile
parent8319029c736805cfd7dc2471a88a42aa2a4dfa5f (diff)
downloadnutyx-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-xextra/consolekit/Pkgfile21
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
+}