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

syslinux/c32box: x86_64 auto select
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Aug 21 09:56:57 2014 +0200 (2014-08-21)
parents 7896f0694ef6
children 6da7dbdbf74a
line source
1 # SliTaz package receipt.
3 PACKAGE="squid-auth-helpers"
4 VERSION="3.4.2"
5 CATEGORY="network"
6 SHORT_DESC="Web/ftp proxy."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://www.squid-cache.org/"
10 WANTED="squid"
12 DEPENDS="squid libldap libsasl libssl libcrypto libkrb5 libcomerr3"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/lib/squid
19 cp -a $install/usr/lib/squid/*_auth* $fs/usr/lib/squid
20 }