wok view squid-auth-helpers/receipt @ rev 22340

Add perl-netaddr-ip & spamassassin
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Nov 15 23:13:17 2019 +0100 (2019-11-15)
parents 7896f0694ef6
children 6da7dbdbf74a
line source
1 # SliTaz package receipt.
3 PACKAGE="squid-auth-helpers"
4 VERSION="3.4.2"
5 CATEGORY="network"
6 SHORT_DESC="Web/ftp proxy."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://www.squid-cache.org/"
10 WANTED="squid"
12 DEPENDS="squid libldap libsasl libssl libcrypto libkrb5 libcomerr3"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/lib/squid
19 cp -a $install/usr/lib/squid/*_auth* $fs/usr/lib/squid
20 }