summaryrefslogtreecommitdiffstats
path: root/extra
diff options
context:
space:
mode:
authorsibel <lesibel@free.fr>2011-02-04 21:37:13 +0100
committersibel <lesibel@free.fr>2011-02-04 21:37:13 +0100
commit8dd66ef03ac4f6435a2da2c53270e616dcfa328f (patch)
tree2b89321d7feafd57555d876b13dbbec011d02108 /extra
parent678d44e40f2536230aa22fadc4fbb913041fd91c (diff)
downloadnutyx-pakxe-8dd66ef03ac4f6435a2da2c53270e616dcfa328f.tar.gz
nutyx-pakxe-8dd66ef03ac4f6435a2da2c53270e616dcfa328f.tar.bz2
nutyx-pakxe-8dd66ef03ac4f6435a2da2c53270e616dcfa328f.tar.xz
nutyx-pakxe-8dd66ef03ac4f6435a2da2c53270e616dcfa328f.zip
consolekit, corrections 0.4.3-2
Diffstat (limited to 'extra')
-rwxr-xr-xextra/consolekit/Pkgfile8
1 files changed, 5 insertions, 3 deletions
diff --git a/extra/consolekit/Pkgfile b/extra/consolekit/Pkgfile
index 118cde419..6844170e9 100755
--- a/extra/consolekit/Pkgfile
+++ b/extra/consolekit/Pkgfile
@@ -2,12 +2,12 @@
# URL: http://www.freedesktop.org/wiki/Software/ConsoleKit
# Maintainer: NuTyX core team
# Packager: thierryn1 at hispeed do ch
-# Depends on: dbus, glib, xorg-libx11, policykit, polkit
+# Depends on: dbus-glib, xorg-libx11, polkit, xmlto, docbook-xsl
# Run on: dbus,glib,xorg-libx11,policykit,polkit
name=consolekit
version=0.4.3
-release=1
+release=2
source=(http://www.freedesktop.org/software/ConsoleKit/dist/ConsoleKit-$version.tar.bz2)
build() {
@@ -16,7 +16,9 @@ build() {
./configure --prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var \
- --mandir=/usr/man
+ --libexecdir=/usr/lib/ConsoleKit \
+ --enable-pam-module \
+ --enable-docbook-docs
make
make DESTDIR=$PKG install