wok view thunderbird-langpack-fr/receipt @ rev 22042

gcc83-lib-base: do NOT provide gcc-lib-base
Currently BOTH gcc-lib-base and gcc83-lib-base are installed on my SliTaz system. So, with the current (and longstanding) tazpkg limitations I can't update just gcc-lib-base: tazpkg always updates gcc83-lib-base for me instead. Now I can't run Firefox, Vivaldi, Chrome, etc. I think because of gcc-lib-base, but I not sure 1bsolutely.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Oct 22 12:55:54 2019 +0300 (2019-10-22)
parents 7042a09beaeb
children 922f061231c2
line source
1 # SliTaz package receipt.
3 PACKAGE="thunderbird-langpack-fr"
4 VERSION="17.0.11esr"
5 CATEGORY="localization"
6 SHORT_DESC="French Language Pack for thunderbird"
7 MAINTAINER="domcox@slitaz.org"
8 LICENSE="MPL"
9 WEB_SITE="https://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 }