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

[s-w]*: update depends
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Feb 28 17:49:32 2010 +0100 (2010-02-28)
parents 909b7f4f078b
children be08eefa15da
line source
1 # SliTaz package receipt.
3 PACKAGE="squid-auth-helpers"
4 VERSION="3.0.STABLE21"
5 CATEGORY="network"
6 SHORT_DESC="Web/ftp proxy."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 TARBALL="$PACKAGE-$VERSION.tar.bz2"
9 WEB_SITE="http://www.squid-cache.org/"
10 WANTED="squid"
11 DEPENDS="squid libldap cyrus-sasl openssl libcrypto libkrb5 libcomerr3"
15 # Rules to gen a SliTaz package suitable for Tazpkg.
16 genpkg_rules()
17 {
18 mkdir -p $fs/usr/lib/squid
20 cp -a $_pkg/usr/lib/squid/*_auth* $fs/usr/lib/squid
21 }