wok-6.x annotate firefox-langpack-pt-BR/receipt @ rev 12642
xfce4-mixer: update bdeps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Apr 29 22:46:39 2012 +0200 (2012-04-29) |
parents | 66be26816f41 |
children |
rev | line source |
---|---|
claudinei@9636 | 1 # SliTaz package receipt. |
claudinei@9636 | 2 |
claudinei@9636 | 3 PACKAGE="firefox-langpack-pt-BR" |
slaxemulator@11818 | 4 VERSION="10.0.2" |
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" |
slaxemulator@11291 | 11 TARBALL="$PACKAGE-$VERSION.zip" |
claudinei@9636 | 12 WEB_SITE="http://www.mozilla.org" |
slaxemulator@11293 | 13 WGET_URL="ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases/$VERSION/linux-i686/xpi/pt-BR.xpi" |
claudinei@9636 | 14 |
claudinei@9636 | 15 # Rules to gen a SliTaz package suitable for Tazpkg. |
claudinei@9636 | 16 genpkg_rules() |
claudinei@9636 | 17 { |
slaxemulator@11324 | 18 EXTDIR="$fs/usr/lib/firefox/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 } |