# SliTaz package receipt.

PACKAGE="squid-auth-helpers"
VERSION="3.1.19"
CATEGORY="network"
SHORT_DESC="Web/ftp proxy."
MAINTAINER="pascal.bellard@slitaz.org"
WEB_SITE="http://www.squid-cache.org/"
WANTED="squid"
DEPENDS="squid libldap libsasl libssl libcrypto libkrb5 libcomerr3"

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
	mkdir -p $fs/usr/lib/squid

	cp -a $_pkg/usr/lib/squid/*_auth* $fs/usr/lib/squid
}