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

python-numpy: hide conftest.c errors
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Oct 01 17:16:06 2013 +0000 (2013-10-01)
parents ad43c2613ba3
children 451ec7e0b47b
line source
1 # SliTaz package receipt.
3 PACKAGE="squid-auth-helpers"
4 VERSION="3.3.4"
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 }