wok-next view squid-auth-helpers/receipt @ rev 4629
Up icmptx (0.2)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Dec 21 09:13:25 2009 +0100 (2009-12-21) |
parents | 1df2306e1874 |
children | 909b7f4f078b |
line source
1 # SliTaz package receipt.
3 PACKAGE="squid-auth-helpers"
4 VERSION="3.0.STABLE18"
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"
15 # Rules to gen a SliTaz package suitable for Tazpkg.
16 genpkg_rules()
17 {
18 mkdir -p $fs/usr
20 cp -a $_pkg/usr/lib $fs/usr
21 }