wok-current diff squid-auth-helpers/receipt @ rev 25637
Add miss new packages (Py3Qt-x11-gpl and pycairo118)
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Mon Jan 15 22:12:34 2024 +0000 (12 months ago) |
parents | 451ec7e0b47b |
children |
line diff
1.1 --- a/squid-auth-helpers/receipt Tue Jan 07 21:41:47 2014 +0100 1.2 +++ b/squid-auth-helpers/receipt Mon Jan 15 22:12:34 2024 +0000 1.3 @@ -1,21 +1,21 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="squid-auth-helpers" 1.7 -VERSION="3.4.2" 1.8 +VERSION="5.6" 1.9 CATEGORY="network" 1.10 -SHORT_DESC="Web/ftp proxy." 1.11 +SHORT_DESC="The Squid proxy caching server." 1.12 MAINTAINER="pascal.bellard@slitaz.org" 1.13 LICENSE="GPL2" 1.14 WEB_SITE="http://www.squid-cache.org/" 1.15 + 1.16 +DEPENDS="libcomerr3 libcrypto libkrb5 libldap libsasl libssl squid" 1.17 WANTED="squid" 1.18 1.19 -DEPENDS="squid libldap libsasl libssl libcrypto libkrb5 libcomerr3" 1.20 - 1.21 # Rules to gen a SliTaz package suitable for Tazpkg. 1.22 genpkg_rules() 1.23 { 1.24 mkdir -p $fs/usr/lib/squid 1.25 1.26 - cp -a $install/usr/lib/squid/*_auth* $fs/usr/lib/squid 1.27 + cp -a $install/usr/lib/squid/*_auth* $fs/usr/lib/squid 1.28 } 1.29