wok diff c_icap/receipt @ rev 21803

created recipe for nnn 2.6
author Hans-G?nter Theisgen
date Sat Aug 10 20:59:16 2019 +0100 (2019-08-10)
parents 9e01bc6321ea
children 59a032355c05
line diff
     1.1 --- a/c_icap/receipt	Sun Dec 20 15:13:45 2015 +0100
     1.2 +++ b/c_icap/receipt	Sat Aug 10 20:59:16 2019 +0100
     1.3 @@ -1,12 +1,13 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="c_icap"
     1.7 -VERSION="0.1.7"
     1.8 +VERSION="0.5.5"
     1.9  CATEGORY="network"
    1.10  SHORT_DESC="Implementation of an ICAP server."
    1.11  MAINTAINER="erjo@slitaz.org"
    1.12  LICENSE="LGPL2.1"
    1.13  WEB_SITE="http://c-icap.sourceforge.net/"
    1.14 +
    1.15  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.16  WGET_URL="$SF_MIRROR/c-icap/$TARBALL"
    1.17  
    1.18 @@ -16,9 +17,12 @@
    1.19  # Rules to configure and make the package.
    1.20  compile_rules()
    1.21  {
    1.22 -	./configure  --sysconfdir=/etc/c-icap \
    1.23 +	./configure \
    1.24 +		--sysconfdir=/etc/c-icap \
    1.25  		--enable-large-files \
    1.26 -		$CONFIGURE_ARGS && make && make install
    1.27 +		$CONFIGURE_ARGS &&
    1.28 +	make &&
    1.29 +	make install
    1.30  }
    1.31  
    1.32  # Rules to gen a SliTaz package suitable for Tazpkg.