You are not logged in.
Pages: 1
Being italian an officially supported language i think that firefox-langpack-it coul be pushed.
Receipt:
[c]# SliTaz package receipt.
PACKAGE="firefox-langpack-it"
VERSION="10.0.2"
CATEGORY="network"
SHORT_DESC="Italian Language Package for firefox"
MAINTAINER="monghitri@aruba.it"
DEPENDS="firefox"
WEB_SITE="http://www.mozilla.com"
LANG=$(echo $PACKAGE | cut -d'-' -f3 | tr '_' '-')
LANG_DIR="langpack-$LANG@firefox.mozilla.org"
TARBALL="$PACKAGE-$VERSION.zip"
WGET_URL="ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases/$VERSION/linux-i686/xpi/$LANG.xpi"
# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
EXTDIR="$fs/usr/lib/firefox/extensions/$LANG_DIR"
mkdir -p $EXTDIR
cp -a $src/* $EXTDIR
}
post_install()
{
echo ""
echo "Use the code below to change locale of firefox in shell:"
echo "sed -i '/pref/s/en-US/$LANG/' /etc/firefox/pref/firefox-l10n.js"
echo ""
}[/c]
package
http://www18.zippyshare.com/v/95669626/file.html
thanks
Offline
thanks mojo
Offline
Pages: 1
[ Generated in 0.017 seconds, 7 queries executed - Memory usage: 1.53 MiB (Peak: 1.77 MiB) ]