wok annotate squid-langpack/receipt @ rev 16257
ARM: add gmp and up nettle
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Sat Apr 05 03:24:21 2014 +0200 (2014-04-05) |
parents | 7896f0694ef6 |
children | 6da7dbdbf74a |
rev | line source |
---|---|
pascal@1334 | 1 # SliTaz package receipt. |
pascal@1334 | 2 |
pascal@1334 | 3 PACKAGE="squid-langpack" |
erjo@15767 | 4 VERSION="3.4.2" |
pascal@1334 | 5 CATEGORY="network" |
pascal@1334 | 6 SHORT_DESC="Web/ftp proxy 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@1334 | 10 WANTED="squid" |
pascal@15002 | 11 |
pascal@1334 | 12 DEPENDS="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 |
erjo@14812 | 18 cp -a $install/usr/share/squid/errors $fs/usr/share |
slaxemulator@7184 | 19 rm -rf $fs/usr/share/squid/errors/en* |
slaxemulator@7184 | 20 rm -rf $fs/usr/share/squid/errors/fr* |
pascal@1334 | 21 } |
pascal@1334 | 22 |