wok-6.x diff thunderbird-langpack-es_AR/receipt @ rev 15054
compiz-libcompizconfig-dev: fix genpkg-rules
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Aug 12 21:12:36 2013 +0000 (2013-08-12) |
parents | |
children | 0ef8a1078e76 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/thunderbird-langpack-es_AR/receipt Mon Aug 12 21:12:36 2013 +0000 1.3 @@ -0,0 +1,23 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="thunderbird-langpack-es_AR" 1.7 +VERSION="17.0.8esr" 1.8 +CATEGORY="network" 1.9 +SHORT_DESC="Argentinean Spanish Language Pack for thunderbird" 1.10 +MAINTAINER="domcox@slitaz.org" 1.11 +LICENSE="MPL" 1.12 +WEB_SITE="http://www.mozillamessaging.com/" 1.13 +LANG=$(echo $PACKAGE | cut -d'-' -f3 | tr '_' '-') 1.14 +TARBALL="$PACKAGE-$VERSION.xpi" 1.15 +WGET_URL="ftp://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/$VERSION/linux-i686/xpi/$LANG.xpi" 1.16 + 1.17 +DEPENDS="thunderbird" 1.18 + 1.19 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.20 +genpkg_rules() 1.21 +{ 1.22 + LANG_DIR="langpack-$LANG@thunderbird.mozilla.org" 1.23 + EXTDIR="$fs/usr/lib/thunderbird-$VERSION/extensions/$LANG_DIR" 1.24 + mkdir -p $EXTDIR 1.25 + cp -a $src/* $EXTDIR 1.26 +}