wok-next view 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
line source
1 # SliTaz package receipt.
3 PACKAGE="firefox-langpack-es_ES"
4 VERSION="17.0.11esr"
5 CATEGORY="localization"
6 SHORT_DESC="Spanish Language Package for firefox"
7 MAINTAINER="lufeng369@slitaz.org"
8 LICENSE="MPL2"
9 WEB_SITE="http://www.mozilla.com"
10 LANG=$(echo $PACKAGE | cut -d'-' -f3 | tr '_' '-')
11 LANG_DIR="langpack-$LANG@firefox.mozilla.org"
12 TARBALL="$PACKAGE-$VERSION.zip"
13 WGET_URL="ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases/$VERSION/linux-i686/xpi/$LANG.xpi"
15 DEPENDS="firefox"
17 # Rules to gen a SliTaz package suitable for Tazpkg.
18 genpkg_rules()
19 {
20 EXTDIR="$fs/usr/lib/firefox-$VERSION/extensions/$LANG_DIR"
21 mkdir -p $EXTDIR
22 cp -a $src/* $EXTDIR
23 }