wok annotate thunderbird-langpack-es_ES/receipt @ rev 19512
busybox: add hd (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Nov 22 15:47:28 2016 +0100 (2016-11-22) |
parents | c81c5f200329 |
children | 6135577f4d08 |
rev | line source |
---|---|
domcox@6129 | 1 # SliTaz package receipt. |
domcox@6129 | 2 |
domcox@6131 | 3 PACKAGE="thunderbird-langpack-es_ES" |
domcox@15556 | 4 VERSION="17.0.11esr" |
al@19175 | 5 CATEGORY="localization" |
al@14989 | 6 SHORT_DESC="Spanish Language Pack for thunderbird" |
domcox@6129 | 7 MAINTAINER="domcox@slitaz.org" |
al@14989 | 8 LICENSE="MPL" |
pascal@6409 | 9 WEB_SITE="http://www.mozillamessaging.com/" |
domcox@14215 | 10 LANG=$(echo $PACKAGE | cut -d'-' -f3 | tr '_' '-') |
pascal@14988 | 11 TARBALL="$PACKAGE-$VERSION.xpi" |
pascal@14988 | 12 WGET_URL="ftp://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/$VERSION/linux-i686/xpi/$LANG.xpi" |
domcox@6129 | 13 |
al@14989 | 14 DEPENDS="thunderbird" |
al@14989 | 15 |
domcox@6129 | 16 # Rules to gen a SliTaz package suitable for Tazpkg. |
domcox@6129 | 17 genpkg_rules() |
domcox@6129 | 18 { |
al@14989 | 19 LANG_DIR="langpack-$LANG@thunderbird.mozilla.org" |
domcox@14215 | 20 EXTDIR="$fs/usr/lib/thunderbird-$VERSION/extensions/$LANG_DIR" |
domcox@6129 | 21 mkdir -p $EXTDIR |
gokhlayeh@8575 | 22 cp -a $src/* $EXTDIR |
domcox@6129 | 23 } |