wok rev 20757
updated c_icap and c_icap-dev (0.1.7 -> 0.5.5)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Feb 12 16:35:35 2019 +0100 (2019-02-12) |
parents | bb64ef45fe1f |
children | f16c7fde119b |
files | c_icap-dev/receipt c_icap/receipt |
line diff
1.1 --- a/c_icap-dev/receipt Tue Feb 12 16:23:29 2019 +0100 1.2 +++ b/c_icap-dev/receipt Tue Feb 12 16:35:35 2019 +0100 1.3 @@ -1,14 +1,14 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="c_icap-dev" 1.7 -VERSION="0.1.7" 1.8 +VERSION="0.5.5" 1.9 CATEGORY="development" 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 WANTED="c_icap" 1.16 - 1.17 DEPENDS="c_icap" 1.18 BUILD_DEPENDS="" 1.19
2.1 --- a/c_icap/receipt Tue Feb 12 16:23:29 2019 +0100 2.2 +++ b/c_icap/receipt Tue Feb 12 16:35:35 2019 +0100 2.3 @@ -1,12 +1,13 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="c_icap" 2.7 -VERSION="0.1.7" 2.8 +VERSION="0.5.5" 2.9 CATEGORY="network" 2.10 SHORT_DESC="Implementation of an ICAP server." 2.11 MAINTAINER="erjo@slitaz.org" 2.12 LICENSE="LGPL2.1" 2.13 WEB_SITE="http://c-icap.sourceforge.net/" 2.14 + 2.15 TARBALL="$PACKAGE-$VERSION.tar.gz" 2.16 WGET_URL="$SF_MIRROR/c-icap/$TARBALL" 2.17 2.18 @@ -16,9 +17,12 @@ 2.19 # Rules to configure and make the package. 2.20 compile_rules() 2.21 { 2.22 - ./configure --sysconfdir=/etc/c-icap \ 2.23 + ./configure \ 2.24 + --sysconfdir=/etc/c-icap \ 2.25 --enable-large-files \ 2.26 - $CONFIGURE_ARGS && make && make install 2.27 + $CONFIGURE_ARGS && 2.28 + make && 2.29 + make install 2.30 } 2.31 2.32 # Rules to gen a SliTaz package suitable for Tazpkg.