wok-next annotate firefox-langpack-es_ES/receipt @ rev 20443

The rest of my "home work" for update many packages (up to Xorg, GTK and Openbox) for Next and mainly for Next64. Since this point this repository is open for commits. Many errors are expected due to harfbuzz-freetype dependency loop...
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Feb 24 16:17:33 2018 +0200 (2018-02-24)
parents 8d64ce80ab95
children
rev   line source
domcox@14213 1 # SliTaz package receipt.
domcox@14213 2
domcox@14213 3 PACKAGE="firefox-langpack-es_ES"
domcox@15539 4 VERSION="17.0.11esr"
al@19175 5 CATEGORY="localization"
domcox@14213 6 SHORT_DESC="Spanish Language Package for firefox"
pascal@16047 7 MAINTAINER="lufeng369@slitaz.org"
pascal@15215 8 LICENSE="MPL2"
domcox@14213 9 WEB_SITE="http://www.mozilla.com"
domcox@14213 10 LANG=$(echo $PACKAGE | cut -d'-' -f3 | tr '_' '-')
domcox@14213 11 LANG_DIR="langpack-$LANG@firefox.mozilla.org"
domcox@14213 12 TARBALL="$PACKAGE-$VERSION.zip"
domcox@14213 13 WGET_URL="ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases/$VERSION/linux-i686/xpi/$LANG.xpi"
domcox@14213 14
pascal@15215 15 DEPENDS="firefox"
pascal@15215 16
domcox@14213 17 # Rules to gen a SliTaz package suitable for Tazpkg.
domcox@14213 18 genpkg_rules()
domcox@14213 19 {
domcox@14213 20 EXTDIR="$fs/usr/lib/firefox-$VERSION/extensions/$LANG_DIR"
domcox@14213 21 mkdir -p $EXTDIR
domcox@14213 22 cp -a $src/* $EXTDIR
domcox@14213 23 }