wok-current annotate squid-auth-helpers/receipt @ rev 18472
ghostscript, libv4l, slitaz-base-files: fix installation (thanks llev)
ghostscript: fix package upgrades;
libv4l: check multiple preloads in case of upgrade, not add preload if installation not finished/fails;
slitaz-base-files: not to overwrite real sudo.
ghostscript: fix package upgrades;
libv4l: check multiple preloads in case of upgrade, not add preload if installation not finished/fails;
slitaz-base-files: not to overwrite real sudo.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Mon Oct 05 01:10:26 2015 +0300 (2015-10-05) |
parents | 7896f0694ef6 |
children | 6da7dbdbf74a |
rev | line source |
---|---|
erjo@2388 | 1 # SliTaz package receipt. |
erjo@2388 | 2 |
erjo@2388 | 3 PACKAGE="squid-auth-helpers" |
erjo@15767 | 4 VERSION="3.4.2" |
erjo@2388 | 5 CATEGORY="network" |
erjo@2388 | 6 SHORT_DESC="Web/ftp proxy." |
erjo@2388 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@15002 | 8 LICENSE="GPL2" |
erjo@2388 | 9 WEB_SITE="http://www.squid-cache.org/" |
erjo@2388 | 10 WANTED="squid" |
pascal@15002 | 11 |
erjo@8708 | 12 DEPENDS="squid libldap libsasl libssl libcrypto libkrb5 libcomerr3" |
erjo@2388 | 13 |
erjo@2388 | 14 # Rules to gen a SliTaz package suitable for Tazpkg. |
erjo@2388 | 15 genpkg_rules() |
erjo@2388 | 16 { |
erjo@4662 | 17 mkdir -p $fs/usr/lib/squid |
erjo@2388 | 18 |
erjo@14812 | 19 cp -a $install/usr/lib/squid/*_auth* $fs/usr/lib/squid |
erjo@2388 | 20 } |
erjo@2388 | 21 |