wok-next diff squidclamav/receipt @ rev 20992

eduke32: simplify bdeps, fix build for i486
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Oct 04 11:45:29 2018 +0300 (2018-10-04)
parents 10df65db91ad
children d5aab818505e
line diff
     1.1 --- a/squidclamav/receipt	Thu Apr 19 13:15:41 2018 +0300
     1.2 +++ b/squidclamav/receipt	Thu Oct 04 11:45:29 2018 +0300
     1.3 @@ -11,7 +11,7 @@
     1.4  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.5  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
     1.6  
     1.7 -BUILD_DEPENDS="curl-dev c_icap-dev"
     1.8 +BUILD_DEPENDS="curl-dev c-icap-dev"
     1.9  
    1.10  compile_rules() {
    1.11  	mkdir -p $DESTDIR/etc
    1.12 @@ -32,7 +32,7 @@
    1.13  	sed -i -e "s|^redirect.*|redirect http://localhost/cgi-bin/squidclamav/clwarn.cgi|" \
    1.14  		-e "s|^#squidguard.*|squidguard /usr/bin/squidGuard|" \
    1.15  		$fs/etc/squidclamav.conf
    1.16 -	DEPENDS="squid libcurl clamav c_icap squidguard"
    1.17 +	DEPENDS="squid libcurl clamav c-icap squidguard"
    1.18  	CONFIG_FILES="/etc/squidclamav.conf"
    1.19  }
    1.20