wok view firefox-langpack-zh_TW/receipt @ rev 11324

Up: firefox to 8.0.1. Moved /usr/lib/firefox-$VERSION to /usr/lib/firefox. Same for /usr/lib/firefox-devel-$VERSION. Its patch to work this way.
author Christopher Rogers <slaxemulator@gmail.com>
date Thu Nov 17 13:37:18 2011 +0000 (2011-11-17)
parents a7e0e48992b7
children 4b358d344974
line source
1 # SliTaz package receipt.
3 PACKAGE="firefox-langpack-zh_TW"
4 VERSION="8.0.1"
5 CATEGORY="network"
6 SHORT_DESC="Chinese Language Package for firefox"
7 MAINTAINER="lufeng369@gmail.com"
8 DEPENDS="firefox"
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/zh-TW.xpi"
15 # Rules to gen a SliTaz package suitable for Tazpkg.
16 genpkg_rules()
17 {
18 EXTDIR="$fs/usr/lib/firefox/extensions/$LANG_DIR"
19 mkdir -p $EXTDIR
20 cp -a $src/* $EXTDIR
21 }
23 post_install()
24 {
25 echo ""
26 echo "Use the code below to change locale of firefox in shell:"
27 echo "sed -i '/pref/s/en-US/$LANG/' /etc/firefox/pref/firefox-l10n.js"
28 echo ""
29 }