New package: firefox-i18n-10.0.2.
This commit is contained in:
parent
bc9b94abef
commit
8ac9c0bcf0
1 changed files with 33 additions and 0 deletions
33
srcpkgs/firefox-i18n/template
Normal file
33
srcpkgs/firefox-i18n/template
Normal file
|
@ -0,0 +1,33 @@
|
||||||
|
# Template file for 'firefox-i18n'
|
||||||
|
pkgname=firefox-i18n
|
||||||
|
version=10.0.2
|
||||||
|
homepage="http://www.mozilla.com/"
|
||||||
|
short_desc="Firefox language packs"
|
||||||
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
|
license="MPL-2.1"
|
||||||
|
long_desc="
|
||||||
|
This package includes the language packs for the firefox browser."
|
||||||
|
|
||||||
|
noarch=yes
|
||||||
|
noextract=yes
|
||||||
|
nofetch=yes
|
||||||
|
create_wrksrc=yes
|
||||||
|
|
||||||
|
_LANG_PACKS="af ak ar ast be bg bn-BD bn-IN br bs ca cs cy da de el en-GB eo
|
||||||
|
es-AR es-CL es-ES es-MX et eu fa fi fr fy-NL ga-IE gl gu-IN he hi-IN hr hu
|
||||||
|
hy-AM id is it ja kk kn ko ku lg lt lv mai mk ml mr nb-NO nl nn-NO nso or pa-IN
|
||||||
|
pl pt-BR pt-PT rm ro ru si sk sl son sq sr sv-SE ta-LK ta te th tr uk vi zh-CN
|
||||||
|
zh-TW zu"
|
||||||
|
|
||||||
|
do_build() {
|
||||||
|
for f in ${_LANG_PACKS}; do
|
||||||
|
msg_normal "Fetching lang pack $f ...\n"
|
||||||
|
$XBPS_FETCH_CMD ${MOZILLA_SITE}/firefox/releases/${version}/linux-i686/xpi/$f.xpi
|
||||||
|
done
|
||||||
|
}
|
||||||
|
|
||||||
|
do_install() {
|
||||||
|
for f in ${_LANG_PACKS}; do
|
||||||
|
vinstall $f.xpi 644 usr/lib/firefox/extensions langpack-${f}@firefox.mozilla.org.xpi
|
||||||
|
done
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue