wok annotate thunderbird-langpack-es_ES/receipt @ rev 21600

Up: smplayer(19.5.0), xine-lib(1.2.9), xine-ui(0.99.10)
author maniac
date Thu May 23 12:16:28 2019 +0300 (2019-05-23)
parents 7042a09beaeb
children 922f061231c2
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@20679 9 WEB_SITE="https://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 }