wok-current annotate squid-langpack/receipt @ rev 25439
Up xz (5.2.6)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Sep 01 16:28:38 2022 +0000 (2022-09-01) |
parents | 451ec7e0b47b |
children |
rev | line source |
---|---|
pascal@1334 | 1 # SliTaz package receipt. |
pascal@1334 | 2 |
pascal@1334 | 3 PACKAGE="squid-langpack" |
Hans-G?nter@25324 | 4 VERSION="5.6" |
pascal@1334 | 5 CATEGORY="network" |
Hans-G?nter@25324 | 6 SHORT_DESC="The Squid proxy caching server - language pack." |
pascal@1334 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@15002 | 8 LICENSE="GPL2" |
pascal@1334 | 9 WEB_SITE="http://www.squid-cache.org/" |
pascal@15002 | 10 |
pascal@1334 | 11 DEPENDS="squid" |
Hans-G?nter@25324 | 12 WANTED="squid" |
pascal@1334 | 13 |
pascal@1334 | 14 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@1334 | 15 genpkg_rules() |
pascal@1334 | 16 { |
pascal@1334 | 17 mkdir -p $fs/usr/share |
Hans-G?nter@25324 | 18 |
Hans-G?nter@25324 | 19 cp -a $install/usr/share/squid/errors $fs/usr/share |
Hans-G?nter@25324 | 20 rm -rf $fs/usr/share/squid/errors/en* |
Hans-G?nter@25324 | 21 rm -rf $fs/usr/share/squid/errors/fr* |
pascal@1334 | 22 } |