summaryrefslogtreecommitdiffstats
path: root/extra/polkit/Pkgfile
diff options
context:
space:
mode:
authorsibel <lesibel@free.fr>2011-01-04 22:18:50 +0100
committersibel <lesibel@free.fr>2011-01-04 22:18:50 +0100
commit6ea618dae5a46a4dcfd8a0d65f5ed507d610b5a9 (patch)
tree6b82d17f95d559d87a59c780376f7d6b7b9b98d4 /extra/polkit/Pkgfile
parent81175600c11e6f484085a89ee7201c4911f6c7ec (diff)
downloadnutyx-extra-6ea618dae5a46a4dcfd8a0d65f5ed507d610b5a9.tar.gz
nutyx-extra-6ea618dae5a46a4dcfd8a0d65f5ed507d610b5a9.tar.bz2
nutyx-extra-6ea618dae5a46a4dcfd8a0d65f5ed507d610b5a9.tar.xz
nutyx-extra-6ea618dae5a46a4dcfd8a0d65f5ed507d610b5a9.zip
polkit#0.99-1, maj port
Diffstat (limited to 'extra/polkit/Pkgfile')
-rwxr-xr-xextra/polkit/Pkgfile14
1 files changed, 8 insertions, 6 deletions
diff --git a/extra/polkit/Pkgfile b/extra/polkit/Pkgfile
index c8d311ff4..f2aec4dae 100755
--- a/extra/polkit/Pkgfile
+++ b/extra/polkit/Pkgfile
@@ -5,17 +5,19 @@
# Depends on: dbus-glib, expat, eggdbus, gobject-introspection, linux-pam, intltool
name=polkit
-version=0.96
+version=0.99
release=1
source=(http://hal.freedesktop.org/releases/$name-$version.tar.gz)
build() {
+ unset MAKEFLAGS
cd $name-$version
- ./configure --prefix=/usr \
+ PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
--sysconfdir=/etc \
- --libexecdir=/usr/lib/polkit \
- --mandir=/usr/share/man \
- --localstatedir=/var \
-
+ --libexecdir=/usr/lib/polkit \
+ --mandir=/usr/share/man \
+ --localstatedir=/var \
+ --libexecdir=/usr/lib/polkit-1 \
+ --disable-static
make
make DESTDIR=$PKG install
}