wok annotate thunderbird-langpack-pt_PT/receipt @ rev 14988
thunderbird-langpack-*: fix TARBALL, add VERSION to poison src cache
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Aug 09 00:43:47 2013 +0000 (2013-08-09) |
parents | 5678c48cf009 |
children | b306279ad3d1 |
rev | line source |
---|---|
domcox@6081 | 1 # SliTaz package receipt. |
domcox@6081 | 2 |
pascal@6088 | 3 PACKAGE="thunderbird-langpack-pt_PT" |
domcox@14984 | 4 VERSION="17.0.8esr" |
domcox@6081 | 5 CATEGORY="network" |
domcox@14215 | 6 SHORT_DESC="Portuguese Language Package for thunderbird" |
domcox@6081 | 7 MAINTAINER="domcox@slitaz.org" |
domcox@6081 | 8 DEPENDS="thunderbird" |
pascal@6409 | 9 WEB_SITE="http://www.mozillamessaging.com/" |
domcox@14215 | 10 LANG=$(echo $PACKAGE | cut -d'-' -f3 | tr '_' '-') |
slaxemulator@7528 | 11 LANG_DIR="langpack-$LANG@thunderbird.mozilla.org" |
pascal@14988 | 12 TARBALL="$PACKAGE-$VERSION.xpi" |
pascal@14988 | 13 WGET_URL="ftp://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/$VERSION/linux-i686/xpi/$LANG.xpi" |
domcox@6081 | 14 |
domcox@6081 | 15 # Rules to gen a SliTaz package suitable for Tazpkg. |
domcox@6081 | 16 genpkg_rules() |
domcox@6081 | 17 { |
domcox@14215 | 18 EXTDIR="$fs/usr/lib/thunderbird-$VERSION/extensions/$LANG_DIR" |
domcox@6081 | 19 mkdir -p $EXTDIR |
gokhlayeh@8578 | 20 cp -a $src/* $EXTDIR |
domcox@6081 | 21 } |