wok rev 24390

updated c_icap and c_icap-dev (0.5.6 -> 0.5.10)
author Hans-G?nter Theisgen
date Mon Feb 07 17:45:34 2022 +0100 (2022-02-07)
parents 908ae78de973
children 104a2a2e5484
files c_icap-dev/receipt c_icap/description.txt c_icap/receipt
line diff
     1.1 --- a/c_icap-dev/receipt	Mon Feb 07 17:27:32 2022 +0100
     1.2 +++ b/c_icap-dev/receipt	Mon Feb 07 17:45:34 2022 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="c_icap-dev"
     1.7 -VERSION="0.5.6"
     1.8 +VERSION="0.5.10"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="Implementation of an ICAP server - development files."
    1.11  MAINTAINER="erjo@slitaz.org"
    1.12 @@ -9,7 +9,6 @@
    1.13  WEB_SITE="http://c-icap.sourceforge.net/"
    1.14  
    1.15  DEPENDS="c_icap"
    1.16 -BUILD_DEPENDS=""
    1.17  WANTED="c_icap"
    1.18  
    1.19  # Rules to gen a SliTaz package suitable for Tazpkg.
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/c_icap/description.txt	Mon Feb 07 17:45:34 2022 +0100
     2.3 @@ -0,0 +1,4 @@
     2.4 +C-icap is an implementation of an ICAP server.
     2.5 +It can be used with HTTP proxies that support the ICAP protocol
     2.6 +such as the Squid 3.x HTTP proxy server to implement content
     2.7 +adaptation and filtering services.
     3.1 --- a/c_icap/receipt	Mon Feb 07 17:27:32 2022 +0100
     3.2 +++ b/c_icap/receipt	Mon Feb 07 17:45:34 2022 +0100
     3.3 @@ -1,12 +1,13 @@
     3.4  # SliTaz package receipt.
     3.5  
     3.6 -PACKAGE="c_icap"
     3.7 -VERSION="0.5.6"
     3.8 +PACKAGE="c_icap"	# rename as c-icap ?
     3.9 +VERSION="0.5.10"
    3.10  CATEGORY="network"
    3.11  SHORT_DESC="Implementation of an ICAP server."
    3.12  MAINTAINER="erjo@slitaz.org"
    3.13  LICENSE="LGPL2.1"
    3.14 -WEB_SITE="http://c-icap.sourceforge.net/"
    3.15 +WEB_SITE="https://sourceforge.net/projects/c-icap/"
    3.16 +REPOLOGY="c-icap"
    3.17  
    3.18  TARBALL="$PACKAGE-$VERSION.tar.gz"
    3.19  WGET_URL="$SF_MIRROR/c-icap/$TARBALL"
    3.20 @@ -47,15 +48,15 @@
    3.21  	cp -pa $stuff/c-icapd			$fs/etc/init.d
    3.22  
    3.23  	# Cleanup
    3.24 -	rm -f $fs/usr/bin/c-icap-config
    3.25 +	rm -f					$fs/usr/bin/c-icap-config
    3.26  
    3.27  	# Fix configuration file
    3.28  	sed -i	-e "s|YourServerName|localhost|"	\
    3.29  		-e "s|/usr/var/log|/var/log/c-icap/|"	\
    3.30  		-e "s|/usr/var/run/|/var/run/c-icap|"	\
    3.31  		-e "s|/usr/etc|/etc/c-icap|"		\
    3.32 -		$fs/etc/c-icap/c-icap.conf
    3.33 -	chmod -x $fs/etc/c-icap/*
    3.34 +						$fs/etc/c-icap/c-icap.conf
    3.35 +	chmod -x				$fs/etc/c-icap/*
    3.36  }
    3.37  
    3.38  post_install()