wok-6.x annotate firefox-langpack-zh_CN/receipt @ rev 14923
Up: firefox-langpack-zh_CN (17.0.7esr)
author | Richard Dunbar <mojo@slitaz.org> |
---|---|
date | Tue Aug 06 01:29:03 2013 +0000 (2013-08-06) |
parents | bf6d46c244a9 |
children | 20b7923411c9 |
rev | line source |
---|---|
lufeng369@7382 | 1 # SliTaz package receipt. |
lufeng369@7382 | 2 |
lufeng369@7382 | 3 PACKAGE="firefox-langpack-zh_CN" |
mojo@14923 | 4 VERSION="17.0.7esr" |
lufeng369@7382 | 5 CATEGORY="network" |
lufeng369@7382 | 6 SHORT_DESC="Chinese Language Package for firefox" |
lufeng369@7382 | 7 MAINTAINER="lufeng369@gmail.com" |
lufeng369@7382 | 8 DEPENDS="firefox" |
lufeng369@7382 | 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@7527 | 14 |
slaxemulator@7527 | 15 # Rules to gen a SliTaz package suitable for Tazpkg. |
lufeng369@7382 | 16 genpkg_rules() |
lufeng369@7382 | 17 { |
domcox@14213 | 18 EXTDIR="$fs/usr/lib/firefox-$VERSION/extensions/$LANG_DIR" |
slaxemulator@7527 | 19 mkdir -p $EXTDIR |
gokhlayeh@8554 | 20 cp -a $src/* $EXTDIR |
lufeng369@7382 | 21 } |