wok annotate firefox-langpack-pt-BR/receipt @ rev 10024

glibc: dont build with -Os and better use default CFLAGS also need --build and --host
author Christophe Lincoln <pankso@slitaz.org>
date Thu May 19 18:19:46 2011 +0200 (2011-05-19)
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 }