wok annotate thunderbird-langpack-es_ES/receipt @ rev 12233

Up:ocsinventory-agent (2.0.4)
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Mon Apr 09 12:02:13 2012 +0200 (2012-04-09)
parents 84f8cd79ad7a
children e78bb87f3a31
rev   line source
domcox@6129 1 # SliTaz package receipt.
domcox@6129 2
domcox@6131 3 PACKAGE="thunderbird-langpack-es_ES"
slaxemulator@11820 4 VERSION="10.0.2"
domcox@6129 5 CATEGORY="network"
domcox@6129 6 SHORT_DESC="locale for mozilla thunderbird"
domcox@6129 7 MAINTAINER="domcox@slitaz.org"
domcox@6129 8 DEPENDS="thunderbird"
pascal@6409 9 WEB_SITE="http://www.mozillamessaging.com/"
slaxemulator@7528 10 LANG=`echo $PACKAGE | cut -d'-' -f3 | tr '_' '-'`
slaxemulator@7528 11 LANG_DIR="langpack-$LANG@thunderbird.mozilla.org"
slaxemulator@7528 12 TARBALL="$LANG.xpi"
gokhlayeh@8575 13 WGET_URL="ftp://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/$VERSION/linux-i686/xpi/$TARBALL"
domcox@6129 14
domcox@6129 15 # Rules to gen a SliTaz package suitable for Tazpkg.
domcox@6129 16 genpkg_rules()
domcox@6129 17 {
slaxemulator@11820 18 EXTDIR="$fs/usr/lib/thunderbird/extensions/$LANG_DIR"
domcox@6129 19 mkdir -p $EXTDIR
gokhlayeh@8575 20 cp -a $src/* $EXTDIR
domcox@6129 21 }