wok annotate firefox-langpack-zh_TW/receipt @ rev 8555

imported patch get/firefox-langpack-zh_TW
author Antoine Bodin <gokhlayeh@slitaz.org>
date Sun Feb 13 22:57:56 2011 +0100 (2011-02-13)
parents cddbcd5b6530
children f579356b437f
rev   line source
lufeng369@7491 1 # SliTaz package receipt.
lufeng369@7491 2
lufeng369@7491 3 PACKAGE="firefox-langpack-zh_TW"
slaxemulator@7580 4 VERSION="3.6.13"
lufeng369@7491 5 CATEGORY="network"
lufeng369@7491 6 SHORT_DESC="Chinese Language Package for firefox"
lufeng369@7491 7 MAINTAINER="lufeng369@gmail.com"
lufeng369@7491 8 DEPENDS="firefox"
lufeng369@7491 9 WEB_SITE="http://www.mozilla.com"
slaxemulator@7527 10 LANG=`echo $PACKAGE | cut -d'-' -f3 | tr '_' '-'`
slaxemulator@7581 11 LANG_DIR="langpack-$LANG@firefox.mozilla.org"
slaxemulator@7527 12 TARBALL="$LANG.xpi"
gokhlayeh@8555 13 WGET_URL="http://releases.mozilla.org/pub/mozilla.org/firefox/releases/$VERSION/linux-i686/xpi/$TARBALL"
slaxemulator@7493 14
lufeng369@7491 15 # Rules to gen a SliTaz package suitable for Tazpkg.
slaxemulator@7527 16 compile_rules()
slaxemulator@7527 17 {
gokhlayeh@8555 18 :
slaxemulator@7527 19 }
slaxemulator@7527 20
slaxemulator@7527 21 # Rules to gen a SliTaz package suitable for Tazpkg.
lufeng369@7491 22 genpkg_rules()
lufeng369@7491 23 {
gokhlayeh@8555 24 EXTDIR="$fs/usr/lib/$SOURCE-$VERSION/extensions/$LANG_DIR"
slaxemulator@7527 25 mkdir -p $EXTDIR
gokhlayeh@8555 26 cp -a $src/* $EXTDIR
lufeng369@7491 27 }
slaxemulator@7493 28
lufeng369@7491 29 post_install()
lufeng369@7491 30 {
slaxemulator@7527 31 echo ""
slaxemulator@7527 32 echo "Use the code below to change locale of firefox in shell:"
slaxemulator@7527 33 echo "sed -i '/pref/s/en-US/$LANG/' /etc/firefox/pref/firefox-l10n.js"
slaxemulator@7527 34 echo ""
lufeng369@7491 35 }