wok-4.x diff squid-auth-helpers/receipt @ rev 2389
cyrus-imapd: fix chroot in post_install
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Mar 10 08:58:14 2009 +0000 (2009-03-10) |
parents | |
children | 8c4a70e18847 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/squid-auth-helpers/receipt Tue Mar 10 08:58:14 2009 +0000 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 +