wok-next annotate thunderbird-langpack-fr/receipt @ rev 16198
Up: pidgin (2.10.9) due to security issues
author | Alexander Medvedev <devl547@gmail.com> |
---|---|
date | Sun Mar 30 21:11:56 2014 +0000 (2014-03-30) |
parents | c53bfe892cec |
children | 7042a09beaeb |
rev | line source |
---|---|
domcox@6081 | 1 # SliTaz package receipt. |
domcox@6081 | 2 |
domcox@6081 | 3 PACKAGE="thunderbird-langpack-fr" |
domcox@15557 | 4 VERSION="17.0.11esr" |
domcox@6081 | 5 CATEGORY="network" |
al@14989 | 6 SHORT_DESC="French Language Pack for thunderbird" |
domcox@6081 | 7 MAINTAINER="domcox@slitaz.org" |
al@14989 | 8 LICENSE="MPL" |
pascal@6409 | 9 WEB_SITE="http://www.mozillamessaging.com/" |
domcox@14215 | 10 LANG=$(echo $PACKAGE | cut -d'-' -f3 | tr '_' '-') |
pascal@14988 | 11 TARBALL="$PACKAGE-$VERSION.xpi" |
pascal@14988 | 12 WGET_URL="ftp://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/$VERSION/linux-i686/xpi/$LANG.xpi" |
domcox@6081 | 13 |
al@14989 | 14 DEPENDS="thunderbird" |
al@14989 | 15 |
domcox@6081 | 16 # Rules to gen a SliTaz package suitable for Tazpkg. |
domcox@6081 | 17 genpkg_rules() |
domcox@6081 | 18 { |
al@14989 | 19 LANG_DIR="langpack-$LANG@thunderbird.mozilla.org" |
domcox@14215 | 20 EXTDIR="$fs/usr/lib/thunderbird-$VERSION/extensions/$LANG_DIR" |
domcox@6081 | 21 mkdir -p $EXTDIR |
gokhlayeh@8576 | 22 cp -a $src/* $EXTDIR |
domcox@6081 | 23 } |