wok-6.x diff squidguard/receipt @ rev 23861

xvkbd: fix fetch,compile,and genpkg
author Richard Dunbar <mojo@slitaz.org>
date Fri Jun 19 01:26:32 2020 -0400 (2020-06-19)
parents ed8073aa8cf0
children 535c806240cc
line diff
     1.1 --- a/squidguard/receipt	Mon Dec 21 00:07:14 2015 +0100
     1.2 +++ b/squidguard/receipt	Fri Jun 19 01:26:32 2020 -0400
     1.3 @@ -8,7 +8,7 @@
     1.4  LICENSE="GPL"
     1.5  SOURCE="squidGuard"
     1.6  TARBALL="$SOURCE-$VERSION.tar.gz"
     1.7 -WEB_SITE="http://www.squidguard.org/"
     1.8 +WEB_SITE="https://web.archive.org/web/20190123164915/http://www.squidguard.org/"
     1.9  WGET_URL="${WEB_SITE}Downloads/$TARBALL"
    1.10  DEPENDS="squid libdb"
    1.11  BUILD_DEPENDS="db-dev"
    1.12 @@ -16,8 +16,6 @@
    1.13  # Rules to configure and make the package.
    1.14  compile_rules()
    1.15  {
    1.16 -	cd $src
    1.17 -	
    1.18  	# Security patches 
    1.19  	while read patch_file; do
    1.20  		echo "Apply $patch_file"