wok view squid-auth-helpers/receipt @ rev 8801
fix djmount compile_rules(): needs -j1 to compile & install
author | Antoine Bodin <gokhlayeh@slitaz.org> |
---|---|
date | Wed Feb 23 00:20:05 2011 +0100 (2011-02-23) |
parents | 8a50526671d5 |
children | 129bb5b11a7e |
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 libsasl libssl 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 }