wok view thunderbird-langpack-zh_TW/receipt @ rev 20290

linux-module-headers: update deps for x86_64 target
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Apr 16 09:37:49 2018 +0200 (2018-04-16)
parents b4a2b167e17a
children 6135577f4d08
line source
1 # SliTaz package receipt.
3 PACKAGE="thunderbird-langpack-zh_TW"
4 VERSION="17.0.11esr"
5 CATEGORY="localization"
6 SHORT_DESC="Traditional Chinese Language Pack for thunderbird"
7 MAINTAINER="domcox@slitaz.org"
8 LICENSE="MPL"
9 WEB_SITE="http://www.mozillamessaging.com/"
10 LANG=$(echo $PACKAGE | cut -d'-' -f3 | tr '_' '-')
11 TARBALL="$PACKAGE-$VERSION.xpi"
12 WGET_URL="ftp://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/$VERSION/linux-i686/xpi/$LANG.xpi"
14 DEPENDS="thunderbird"
16 # Rules to gen a SliTaz package suitable for Tazpkg.
17 genpkg_rules()
18 {
19 LANG_DIR="langpack-$LANG@thunderbird.mozilla.org"
20 EXTDIR="$fs/usr/lib/thunderbird-$VERSION/extensions/$LANG_DIR"
21 mkdir -p $EXTDIR
22 cp -a $src/* $EXTDIR
23 }