wok diff c_icap/receipt @ 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 9af0e03b8ad0
children 39eb10c70b28
line diff
     1.1 --- a/c_icap/receipt	Sat Feb 05 16:12:08 2022 +0000
     1.2 +++ b/c_icap/receipt	Mon Feb 07 17:45:34 2022 +0100
     1.3 @@ -1,12 +1,13 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6 -PACKAGE="c_icap"
     1.7 -VERSION="0.5.6"
     1.8 +PACKAGE="c_icap"	# rename as c-icap ?
     1.9 +VERSION="0.5.10"
    1.10  CATEGORY="network"
    1.11  SHORT_DESC="Implementation of an ICAP server."
    1.12  MAINTAINER="erjo@slitaz.org"
    1.13  LICENSE="LGPL2.1"
    1.14 -WEB_SITE="http://c-icap.sourceforge.net/"
    1.15 +WEB_SITE="https://sourceforge.net/projects/c-icap/"
    1.16 +REPOLOGY="c-icap"
    1.17  
    1.18  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.19  WGET_URL="$SF_MIRROR/c-icap/$TARBALL"
    1.20 @@ -47,15 +48,15 @@
    1.21  	cp -pa $stuff/c-icapd			$fs/etc/init.d
    1.22  
    1.23  	# Cleanup
    1.24 -	rm -f $fs/usr/bin/c-icap-config
    1.25 +	rm -f					$fs/usr/bin/c-icap-config
    1.26  
    1.27  	# Fix configuration file
    1.28  	sed -i	-e "s|YourServerName|localhost|"	\
    1.29  		-e "s|/usr/var/log|/var/log/c-icap/|"	\
    1.30  		-e "s|/usr/var/run/|/var/run/c-icap|"	\
    1.31  		-e "s|/usr/etc|/etc/c-icap|"		\
    1.32 -		$fs/etc/c-icap/c-icap.conf
    1.33 -	chmod -x $fs/etc/c-icap/*
    1.34 +						$fs/etc/c-icap/c-icap.conf
    1.35 +	chmod -x				$fs/etc/c-icap/*
    1.36  }
    1.37  
    1.38  post_install()