wok view thunderbird-langpack-fr/receipt @ rev 8576

imported patch get/thunderbird-langpack-fr
author Antoine Bodin <gokhlayeh@slitaz.org>
date Sun Feb 13 22:57:56 2011 +0100 (2011-02-13)
parents e752b9cf0633
children f579356b437f
line source
1 # SliTaz package receipt.
3 PACKAGE="thunderbird-langpack-fr"
4 VERSION="3.1.7"
5 CATEGORY="network"
6 SHORT_DESC="locale for mozilla thunderbird"
7 MAINTAINER="domcox@slitaz.org"
8 DEPENDS="thunderbird"
9 WEB_SITE="http://www.mozillamessaging.com/"
10 LANG=`echo $PACKAGE | cut -d'-' -f3 | tr '_' '-'`
11 LANG_DIR="langpack-$LANG@thunderbird.mozilla.org"
12 TARBALL="$LANG.xpi"
13 WGET_URL="ftp://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/$VERSION/linux-i686/xpi/$TARBALL"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 :
19 }
21 # Rules to gen a SliTaz package suitable for Tazpkg.
22 genpkg_rules()
23 {
24 EXTDIR="$fs/usr/lib/$SOURCE-$VERSION/extensions/$LANG_DIR"
25 mkdir -p $EXTDIR
26 cp -a $src/* $EXTDIR
27 }