wok annotate squid-langpack/receipt @ rev 1920
Asterisk: add setup-rules for postgresql
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Dec 22 12:16:29 2008 +0000 (2008-12-22) |
parents | |
children | 9e3903881e37 |
rev | line source |
---|---|
pascal@1334 | 1 # SliTaz package receipt. |
pascal@1334 | 2 |
pascal@1334 | 3 PACKAGE="squid-langpack" |
pascal@1334 | 4 VERSION="3.0.STABLE8" |
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@1334 | 16 cp -a $_pkg/usr/share/errors $fs/usr/share |
pascal@1334 | 17 rm -rf $fs/usr/share/errors/English |
pascal@1334 | 18 rm -rf $fs/usr/share/errors/French |
pascal@1334 | 19 } |
pascal@1334 | 20 |