wok-stable annotate firefox-langpack-pt-BR/receipt @ rev 11199
Up: libassuan to 2.0.2.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Thu Nov 03 03:29:30 2011 +0000 (2011-11-03) |
parents | cb6aa83b04c6 |
children | 32fc20deeb56 |
rev | line source |
---|---|
claudinei@9636 | 1 # SliTaz package receipt. |
claudinei@9636 | 2 |
claudinei@9636 | 3 PACKAGE="firefox-langpack-pt-BR" |
slaxemulator@9644 | 4 VERSION="4.0.1" |
claudinei@9636 | 5 CATEGORY="network" |
claudinei@9636 | 6 SHORT_DESC="pt-BR language pack for firefox." |
claudinei@9636 | 7 MAINTAINER="claudinei@slitaz.org" |
claudinei@9636 | 8 DEPENDS="firefox" |
claudinei@9636 | 9 LANG="${PACKAGE:17}" |
claudinei@9636 | 10 LANG_DIR="langpack-$LANG@firefox.mozilla.org" |
claudinei@9636 | 11 TARBALL="$LANG.xpi" |
claudinei@9636 | 12 WEB_SITE="http://www.mozilla.org" |
slaxemulator@9638 | 13 WGET_URL="http://releases.mozilla.org/pub/mozilla.org/firefox/releases/$VERSION/linux-i686/xpi/$TARBALL" |
claudinei@9636 | 14 |
claudinei@9636 | 15 # Rules to gen a SliTaz package suitable for Tazpkg. |
claudinei@9636 | 16 genpkg_rules() |
claudinei@9636 | 17 { |
slaxemulator@9638 | 18 EXTDIR="$fs/usr/lib/firefox-$VERSION/extensions/$LANG_DIR" |
slaxemulator@9638 | 19 mkdir -p $EXTDIR |
slaxemulator@9638 | 20 cp -a $src/* $EXTDIR |
claudinei@9636 | 21 } |
claudinei@9636 | 22 |
claudinei@9636 | 23 # Pre and Post install commands for tazpkg |
claudinei@9636 | 24 post_install() |
claudinei@9636 | 25 { |
slaxemulator@9638 | 26 echo "" |
slaxemulator@9638 | 27 echo "Use the code below to change locale of firefox in shell:" |
slaxemulator@9638 | 28 echo "sed -i '/pref/s/en-US/$LANG/' /etc/firefox/pref/firefox-l10n.js" |
slaxemulator@9638 | 29 echo "" |
claudinei@9636 | 30 } |