wok-6.x diff privoxy/receipt @ rev 15632
matchbox-window-manager-2: typo
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Dec 09 10:08:51 2013 +0000 (2013-12-09) |
parents | b6a6aeb3f785 |
children | 51823aded9b1 |
line diff
1.1 --- a/privoxy/receipt Mon Jan 23 19:48:55 2012 +0000 1.2 +++ b/privoxy/receipt Mon Dec 09 10:08:51 2013 +0000 1.3 @@ -5,12 +5,14 @@ 1.4 CATEGORY="network" 1.5 SHORT_DESC="Non-caching web privacy proxy." 1.6 MAINTAINER="paul@slitaz.org" 1.7 -DEPENDS="zlib pcre" 1.8 -BUILD_DEPENDS="zlib-dev autoconf perl m4 coreutils" 1.9 +LICENSE="GPL2" 1.10 TARBALL="$PACKAGE-$VERSION-src.tar.gz" 1.11 WEB_SITE="http://www.privoxy.org/" 1.12 WGET_URL="http://downloads.sourceforge.net/ijbswa/$TARBALL" 1.13 1.14 +DEPENDS="zlib pcre" 1.15 +BUILD_DEPENDS="zlib-dev autoconf perl m4 coreutils" 1.16 + 1.17 # Rules to configure and make the package. 1.18 compile_rules() 1.19 { 1.20 @@ -31,16 +33,16 @@ 1.21 --mandir=/usr/share/man \ 1.22 --localstatedir=/var \ 1.23 $CONFIGURE_ARGS && 1.24 - make && make DESTDIR=$PWD/_pkg install 1.25 + make && make DESTDIR=$DESTDIR install 1.26 } 1.27 1.28 # Rules to gen a SliTaz package suitable for Tazpkg. 1.29 genpkg_rules() 1.30 { 1.31 mkdir -p $fs/etc/init.d $fs/usr 1.32 - cp -a $_pkg/usr/sbin $fs/usr 1.33 - cp -a $_pkg/var $fs 1.34 - cp -a $_pkg/etc $fs 1.35 + cp -a $install/usr/sbin $fs/usr 1.36 + cp -a $install/var $fs 1.37 + cp -a $install/etc $fs 1.38 1.39 # Copy daemon from stuff 1.40 cp $stuff/daemon-privoxy $fs/etc/init.d/privoxy