# HG changeset patch # User Hans-G?nter Theisgen # Date 1549985735 -3600 # Node ID 0cf279b4394a5adcf37006f62a91b80dc21bb2ee # Parent bb64ef45fe1f0bfe6232956dcf410af9780fd210 updated c_icap and c_icap-dev (0.1.7 -> 0.5.5) diff -r bb64ef45fe1f -r 0cf279b4394a c_icap-dev/receipt --- a/c_icap-dev/receipt Tue Feb 12 16:23:29 2019 +0100 +++ b/c_icap-dev/receipt Tue Feb 12 16:35:35 2019 +0100 @@ -1,14 +1,14 @@ # SliTaz package receipt. PACKAGE="c_icap-dev" -VERSION="0.1.7" +VERSION="0.5.5" CATEGORY="development" SHORT_DESC="Implementation of an ICAP server." MAINTAINER="erjo@slitaz.org" LICENSE="LGPL2.1" WEB_SITE="http://c-icap.sourceforge.net/" + WANTED="c_icap" - DEPENDS="c_icap" BUILD_DEPENDS="" diff -r bb64ef45fe1f -r 0cf279b4394a c_icap/receipt --- a/c_icap/receipt Tue Feb 12 16:23:29 2019 +0100 +++ b/c_icap/receipt Tue Feb 12 16:35:35 2019 +0100 @@ -1,12 +1,13 @@ # SliTaz package receipt. PACKAGE="c_icap" -VERSION="0.1.7" +VERSION="0.5.5" CATEGORY="network" SHORT_DESC="Implementation of an ICAP server." MAINTAINER="erjo@slitaz.org" LICENSE="LGPL2.1" WEB_SITE="http://c-icap.sourceforge.net/" + TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="$SF_MIRROR/c-icap/$TARBALL" @@ -16,9 +17,12 @@ # Rules to configure and make the package. compile_rules() { - ./configure --sysconfdir=/etc/c-icap \ + ./configure \ + --sysconfdir=/etc/c-icap \ --enable-large-files \ - $CONFIGURE_ARGS && make && make install + $CONFIGURE_ARGS && + make && + make install } # Rules to gen a SliTaz package suitable for Tazpkg.