wok diff PolicyKit/receipt @ rev 4394

tazbb: allow packages with symlinks only
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Oct 16 15:30:12 2009 +0200 (2009-10-16)
parents e1b074d6bf16
children 0867ea35a28b
line diff
     1.1 --- a/PolicyKit/receipt	Fri Sep 04 12:12:41 2009 +0200
     1.2 +++ b/PolicyKit/receipt	Fri Oct 16 15:30:12 2009 +0200
     1.3 @@ -3,7 +3,7 @@
     1.4  PACKAGE="PolicyKit"
     1.5  VERSION="0.92"
     1.6  CATEGORY="system-tools"
     1.7 -SHORT_DESC="An application-level toolkit for defining and handling the policy that allows unprivileged processes to speak to privileged processes."
     1.8 +SHORT_DESC="Application development toolkit for controlling system-wide privileges."
     1.9  MAINTAINER="rcx@zoominternet.net"
    1.10  DEPENDS="glibc-base glib libgio dbus dbus-glib eggdbus expat pam"
    1.11  BUILD_DEPENDS="slitaz-toolchain m4 autoconf automake libtool glib-dev intltool \
    1.12 @@ -30,7 +30,8 @@
    1.13  	sed -i 's|GTK_DOC_CHECK(\[1.3\])||' $src/configure.ac || exit 1
    1.14  	rm -r -f $src/docs
    1.15  
    1.16 -    ./autogen.sh --prefix=/usr \
    1.17 +    ./autogen.sh \
    1.18 +    	--prefix=/usr \
    1.19  		--sysconfdir=/etc \
    1.20  		--localstatedir=/var \
    1.21  		--libexecdir=/usr/lib/PolicyKit \