wok annotate firefox-langpack-fr/receipt @ rev 14213
Up: firefox-langpack-* (17.0.4esr)
author | Dominique Corbex <domcox@slitaz.org> |
---|---|
date | Sat Mar 16 21:33:14 2013 +0100 (2013-03-16) |
parents | 4b358d344974 |
children | f79ea815af04 |
rev | line source |
---|---|
lufeng369@7487 | 1 # SliTaz package receipt. |
lufeng369@7487 | 2 |
lufeng369@7487 | 3 PACKAGE="firefox-langpack-fr" |
domcox@14213 | 4 VERSION="17.0.4esr" |
lufeng369@7487 | 5 CATEGORY="network" |
domcox@14213 | 6 SHORT_DESC="French Language Package for firefox" |
lufeng369@7487 | 7 MAINTAINER="lufeng369@gmail.com" |
lufeng369@7487 | 8 DEPENDS="firefox" |
lufeng369@7487 | 9 WEB_SITE="http://www.mozilla.com" |
domcox@14213 | 10 LANG=$(echo $PACKAGE | cut -d'-' -f3 | tr '_' '-') |
slaxemulator@7581 | 11 LANG_DIR="langpack-$LANG@firefox.mozilla.org" |
slaxemulator@11291 | 12 TARBALL="$PACKAGE-$VERSION.zip" |
domcox@14213 | 13 WGET_URL="ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases/$VERSION/linux-i686/xpi/$LANG.xpi" |
slaxemulator@7493 | 14 |
lufeng369@7487 | 15 # Rules to gen a SliTaz package suitable for Tazpkg. |
lufeng369@7487 | 16 genpkg_rules() |
lufeng369@7487 | 17 { |
domcox@14213 | 18 EXTDIR="$fs/usr/lib/firefox-$VERSION/extensions/$LANG_DIR" |
slaxemulator@7527 | 19 mkdir -p $EXTDIR |
gokhlayeh@8553 | 20 cp -a $src/* $EXTDIR |
lufeng369@7487 | 21 } |