wok-next diff thunderbird-langpack-pt_BR/receipt @ rev 14247
syslinux/iso2exe: use posixovl -F
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Mar 24 23:14:15 2013 +0100 (2013-03-24) |
parents | e78bb87f3a31 |
children | 8fc2c58382da |
line diff
1.1 --- a/thunderbird-langpack-pt_BR/receipt Sun Oct 21 15:06:03 2012 +0200 1.2 +++ b/thunderbird-langpack-pt_BR/receipt Sun Mar 24 23:14:15 2013 +0100 1.3 @@ -1,13 +1,13 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="thunderbird-langpack-pt_BR" 1.7 -VERSION="11.0.1" 1.8 +VERSION="17.0.4esr" 1.9 CATEGORY="network" 1.10 -SHORT_DESC="locale for mozilla thunderbird" 1.11 +SHORT_DESC="Brazilian Portuguese Language Package for thunderbird" 1.12 MAINTAINER="domcox@slitaz.org" 1.13 DEPENDS="thunderbird" 1.14 WEB_SITE="http://www.mozillamessaging.com/" 1.15 -LANG=`echo $PACKAGE | cut -d'-' -f3 | tr '_' '-'` 1.16 +LANG=$(echo $PACKAGE | cut -d'-' -f3 | tr '_' '-') 1.17 LANG_DIR="langpack-$LANG@thunderbird.mozilla.org" 1.18 TARBALL="$LANG.xpi" 1.19 WGET_URL="ftp://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/$VERSION/linux-i686/xpi/$TARBALL" 1.20 @@ -15,7 +15,7 @@ 1.21 # Rules to gen a SliTaz package suitable for Tazpkg. 1.22 genpkg_rules() 1.23 { 1.24 - EXTDIR="$fs/usr/lib/thunderbird/extensions/$LANG_DIR" 1.25 + EXTDIR="$fs/usr/lib/thunderbird-$VERSION/extensions/$LANG_DIR" 1.26 mkdir -p $EXTDIR 1.27 cp -a $src/* $EXTDIR 1.28 }