wok annotate squid-auth-helpers/receipt @ rev 22042

gcc83-lib-base: do NOT provide gcc-lib-base
Currently BOTH gcc-lib-base and gcc83-lib-base are installed on my SliTaz system. So, with the current (and longstanding) tazpkg limitations I can't update just gcc-lib-base: tazpkg always updates gcc83-lib-base for me instead. Now I can't run Firefox, Vivaldi, Chrome, etc. I think because of gcc-lib-base, but I not sure 1bsolutely.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Oct 22 12:55:54 2019 +0300 (2019-10-22)
parents 7896f0694ef6
children 6da7dbdbf74a
rev   line source
erjo@2388 1 # SliTaz package receipt.
erjo@2388 2
erjo@2388 3 PACKAGE="squid-auth-helpers"
erjo@15767 4 VERSION="3.4.2"
erjo@2388 5 CATEGORY="network"
erjo@2388 6 SHORT_DESC="Web/ftp proxy."
erjo@2388 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15002 8 LICENSE="GPL2"
erjo@2388 9 WEB_SITE="http://www.squid-cache.org/"
erjo@2388 10 WANTED="squid"
pascal@15002 11
erjo@8708 12 DEPENDS="squid libldap libsasl libssl libcrypto libkrb5 libcomerr3"
erjo@2388 13
erjo@2388 14 # Rules to gen a SliTaz package suitable for Tazpkg.
erjo@2388 15 genpkg_rules()
erjo@2388 16 {
erjo@4662 17 mkdir -p $fs/usr/lib/squid
erjo@2388 18
erjo@14812 19 cp -a $install/usr/lib/squid/*_auth* $fs/usr/lib/squid
erjo@2388 20 }
erjo@2388 21