wok annotate squid-langpack/receipt @ rev 5233

busybox: tipo in /etc/init.d/udhcpd
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Apr 08 17:17:44 2010 +0200 (2010-04-08)
parents 909b7f4f078b
children 8a50526671d5
rev   line source
pascal@1334 1 # SliTaz package receipt.
pascal@1334 2
pascal@1334 3 PACKAGE="squid-langpack"
erjo@5121 4 VERSION="3.0.STABLE25"
pascal@1334 5 CATEGORY="network"
pascal@1334 6 SHORT_DESC="Web/ftp proxy language pack."
pascal@1334 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@1334 8 WEB_SITE="http://www.squid-cache.org/"
pascal@1334 9 WANTED="squid"
pascal@1334 10 DEPENDS="squid"
pascal@1334 11
pascal@1334 12 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@1334 13 genpkg_rules()
pascal@1334 14 {
pascal@1334 15 mkdir -p $fs/usr/share
pascal@2408 16 cp -a $_pkg/usr/share/squid/errors $fs/usr/share
pascal@2408 17 rm -rf $fs/usr/share/squid/errors/English
pascal@2408 18 rm -rf $fs/usr/share/squid/errors/French
pascal@1334 19 }
pascal@1334 20