wok view firefox-langpack-pt-BR/receipt @ rev 10259

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