wok-current annotate firefox-langpack-zh_TW/receipt @ rev 9602
Fixed firefox-langpack-zh_TW install path. SOURCE is not needed anyway with this receipt.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Wed Apr 13 22:40:14 2011 +0000 (2011-04-13) |
parents | c8159297fa54 |
children | ebff5bf95dbb |
rev | line source |
---|---|
lufeng369@7491 | 1 # SliTaz package receipt. |
lufeng369@7491 | 2 |
lufeng369@7491 | 3 PACKAGE="firefox-langpack-zh_TW" |
pascal@9386 | 4 VERSION="4.0" |
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. |
lufeng369@7491 | 16 genpkg_rules() |
lufeng369@7491 | 17 { |
slaxemulator@9602 | 18 EXTDIR="$fs/usr/lib/firefox-$VERSION/extensions/$LANG_DIR" |
slaxemulator@7527 | 19 mkdir -p $EXTDIR |
gokhlayeh@8555 | 20 cp -a $src/* $EXTDIR |
lufeng369@7491 | 21 } |
slaxemulator@7493 | 22 |
lufeng369@7491 | 23 post_install() |
lufeng369@7491 | 24 { |
slaxemulator@7527 | 25 echo "" |
slaxemulator@7527 | 26 echo "Use the code below to change locale of firefox in shell:" |
slaxemulator@7527 | 27 echo "sed -i '/pref/s/en-US/$LANG/' /etc/firefox/pref/firefox-l10n.js" |
slaxemulator@7527 | 28 echo "" |
lufeng369@7491 | 29 } |