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

Up: catalyst to 10.12.
author Christopher Rogers <slaxemulator@gmail.com>
date Sat Jan 22 16:06:23 2011 +0000 (2011-01-22)
parents be08eefa15da
children 0dc7e1dc331e
line source
1 # SliTaz package receipt.
3 PACKAGE="squid-auth-helpers"
4 VERSION="3.1.9"
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"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir -p $fs/usr/lib/squid
18 cp -a $_pkg/usr/lib/squid/*_auth* $fs/usr/lib/squid
19 }