diff options
author | tnut <thierryn1 at hispeed dot ch> | 2011-01-04 22:57:17 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2011-01-04 22:57:17 +0100 |
commit | e67ec6c7159c424297a7d0e9f9b911e6137211ae (patch) | |
tree | 478f4bff6537d79a68a71c0cfd1564829fee12ca /extra/polkit/Pkgfile | |
parent | 848b65a76af5f2b42e12a8ff8f9fe75e34d340ed (diff) | |
parent | d89c9ad87e5722d5d2d2c9d6b96be2af21441215 (diff) | |
download | nutyx-extra-e67ec6c7159c424297a7d0e9f9b911e6137211ae.tar.gz nutyx-extra-e67ec6c7159c424297a7d0e9f9b911e6137211ae.tar.bz2 nutyx-extra-e67ec6c7159c424297a7d0e9f9b911e6137211ae.tar.xz nutyx-extra-e67ec6c7159c424297a7d0e9f9b911e6137211ae.zip |
Merge branch 'master' of ssh://kiao.no-ip.info:443/~/pakxe
Diffstat (limited to 'extra/polkit/Pkgfile')
-rwxr-xr-x | extra/polkit/Pkgfile | 14 |
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 } |