wok annotate firefox-langpack-zh_TW/receipt @ rev 14753

busybox-boot: create /usr/share/boot/initrd (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Jun 16 19:55:07 2013 +0200 (2013-06-16)
parents f79ea815af04
children 5206640d65f9
rev   line source
lufeng369@7491 1 # SliTaz package receipt.
lufeng369@7491 2
lufeng369@7491 3 PACKAGE="firefox-langpack-zh_TW"
domcox@14548 4 VERSION="17.0.6esr"
lufeng369@7491 5 CATEGORY="network"
lufeng369@7491 6 SHORT_DESC="Chinese Language Package for firefox"
lufeng369@7491 7 MAINTAINER="lufeng369@gmail.com"
lufeng369@7491 8 DEPENDS="firefox"
lufeng369@7491 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@7491 15 # Rules to gen a SliTaz package suitable for Tazpkg.
lufeng369@7491 16 genpkg_rules()
lufeng369@7491 17 {
domcox@14213 18 EXTDIR="$fs/usr/lib/firefox-$VERSION/extensions/$LANG_DIR"
slaxemulator@7527 19 mkdir -p $EXTDIR
gokhlayeh@8555 20 cp -a $src/* $EXTDIR
lufeng369@7491 21 }