wok diff thunderbird-langpack-pt_PT/receipt @ rev 15030
netatalk: update bdeps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Aug 12 09:52:48 2013 +0000 (2013-08-12) |
parents | 90c387435a31 |
children | cd599bf5e05e |
line diff
1.1 --- a/thunderbird-langpack-pt_PT/receipt Fri Aug 09 00:43:47 2013 +0000 1.2 +++ b/thunderbird-langpack-pt_PT/receipt Mon Aug 12 09:52:48 2013 +0000 1.3 @@ -3,18 +3,20 @@ 1.4 PACKAGE="thunderbird-langpack-pt_PT" 1.5 VERSION="17.0.8esr" 1.6 CATEGORY="network" 1.7 -SHORT_DESC="Portuguese Language Package for thunderbird" 1.8 +SHORT_DESC="Portuguese Language Pack for thunderbird" 1.9 MAINTAINER="domcox@slitaz.org" 1.10 -DEPENDS="thunderbird" 1.11 +LICENSE="MPL" 1.12 WEB_SITE="http://www.mozillamessaging.com/" 1.13 LANG=$(echo $PACKAGE | cut -d'-' -f3 | tr '_' '-') 1.14 -LANG_DIR="langpack-$LANG@thunderbird.mozilla.org" 1.15 TARBALL="$PACKAGE-$VERSION.xpi" 1.16 WGET_URL="ftp://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/$VERSION/linux-i686/xpi/$LANG.xpi" 1.17 1.18 +DEPENDS="thunderbird" 1.19 + 1.20 # Rules to gen a SliTaz package suitable for Tazpkg. 1.21 genpkg_rules() 1.22 { 1.23 + LANG_DIR="langpack-$LANG@thunderbird.mozilla.org" 1.24 EXTDIR="$fs/usr/lib/thunderbird-$VERSION/extensions/$LANG_DIR" 1.25 mkdir -p $EXTDIR 1.26 cp -a $src/* $EXTDIR