wok view thunderbird-langpack-de/receipt @ rev 8761

Add aufs patches into linux stuff to be able to recook the package using same stuff & to avoid linux counted as commited after each clean
author Antoine Bodin <gokhlayeh@slitaz.org>
date Mon Feb 21 04:39:34 2011 +0100 (2011-02-21)
parents ecee005b48bc
children f09b3af74c7c
line source
1 # SliTaz package receipt.
3 PACKAGE="thunderbird-langpack-de"
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 gen a SliTaz package suitable for Tazpkg.
16 genpkg_rules()
17 {
18 EXTDIR="$fs/usr/lib/$SOURCE-$VERSION/extensions/$LANG_DIR"
19 mkdir -p $EXTDIR
20 cp -a $src/* $EXTDIR
21 }