wok view thunderbird-langpack-ru/receipt @ rev 16591

slitaz-i18n: encodings are still used in translations and web pages, so add gconv modules to locale packages. Add: full set of locale-xx-extra. Up: all locale-xx, locale-xx-extra, slitaz-i18n, slitaz-i18n-extra (4.2). Up slitaz-tools, slitaz-tools-boxes (5.8.6)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue May 06 23:19:04 2014 +0300 (2014-05-06)
parents c5aa9a5036a4
children 7042a09beaeb
line source
1 # SliTaz package receipt.
3 PACKAGE="thunderbird-langpack-ru"
4 VERSION="17.0.11esr"
5 CATEGORY="network"
6 SHORT_DESC="Russian 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 }