wok rev 2388

Add: squid-auth-helpers
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Mon Mar 09 23:59:03 2009 +0100 (2009-03-09)
parents 782c0191b0ae
children 041aec83e7d7
files squid-auth-helpers/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/squid-auth-helpers/receipt	Mon Mar 09 23:59:03 2009 +0100
     1.3 @@ -0,0 +1,22 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="squid-auth-helpers"
     1.7 +VERSION="3.0.STABLE13"
     1.8 +CATEGORY="network"
     1.9 +SHORT_DESC="Web/ftp proxy."
    1.10 +MAINTAINER="pascal.bellard@slitaz.org"
    1.11 +TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.12 +WEB_SITE="http://www.squid-cache.org/"
    1.13 +WANTED="squid"
    1.14 +DEPENDS="squid libldap cyrus-sasl"
    1.15 +
    1.16 +
    1.17 +
    1.18 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.19 +genpkg_rules()
    1.20 +{
    1.21 +	mkdir -p $fs/usr
    1.22 +
    1.23 +	cp -a $_pkg/usr/libexec $fs/usr
    1.24 +}
    1.25 +