wok-current view squid-auth-helpers/receipt @ rev 7886
Up: git to 1.7.3.5.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Fri Jan 07 04:35:43 2011 +0000 (2011-01-07) |
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 }