wok-6.x annotate firefox-langpack-zh_TW/receipt @ rev 17633
Up gnome-commander (1.4.5)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Feb 14 15:01:41 2015 +0100 (2015-02-14) |
parents | f5697f2f7d62 |
children | 7042a09beaeb |
rev | line source |
---|---|
lufeng369@7491 | 1 # SliTaz package receipt. |
lufeng369@7491 | 2 |
lufeng369@7491 | 3 PACKAGE="firefox-langpack-zh_TW" |
domcox@15547 | 4 VERSION="17.0.11esr" |
lufeng369@7491 | 5 CATEGORY="network" |
lufeng369@7491 | 6 SHORT_DESC="Chinese Language Package for firefox" |
pascal@16047 | 7 MAINTAINER="lufeng369@slitaz.org" |
pascal@15215 | 8 LICENSE="MPL2" |
lufeng369@7491 | 9 WEB_SITE="http://www.mozilla.com" |
domcox@14213 | 10 LANG=$(echo $PACKAGE | cut -d'-' -f3 | tr '_' '-') |
slaxemulator@7581 | 11 LANG_DIR="langpack-$LANG@firefox.mozilla.org" |
slaxemulator@11291 | 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" |
slaxemulator@7493 | 14 |
pascal@15215 | 15 DEPENDS="firefox" |
pascal@15215 | 16 |
lufeng369@7491 | 17 # Rules to gen a SliTaz package suitable for Tazpkg. |
lufeng369@7491 | 18 genpkg_rules() |
lufeng369@7491 | 19 { |
domcox@14213 | 20 EXTDIR="$fs/usr/lib/firefox-$VERSION/extensions/$LANG_DIR" |
slaxemulator@7527 | 21 mkdir -p $EXTDIR |
gokhlayeh@8555 | 22 cp -a $src/* $EXTDIR |
lufeng369@7491 | 23 } |