wok rev 6081

Add: Thunderbird langpacks (de en_GB es fr pt_BR pt_PT ru)
author Dominique Corbex <domcox@slitaz.org>
date Sun Aug 29 11:07:11 2010 +0200 (2010-08-29)
parents 7bd9b8911046
children 9a43e64e1a0e
files thunderbird-langpack-de/receipt thunderbird-langpack-en_GB/receipt thunderbird-langpack-es/receipt thunderbird-langpack-fr/receipt thunderbird-langpack-pt_BR/receipt thunderbird-langpack-pt_PT/receipt thunderbird-langpack-ru/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/thunderbird-langpack-de/receipt	Sun Aug 29 11:07:11 2010 +0200
     1.3 @@ -0,0 +1,39 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="thunderbird-langpack-fr"
     1.7 +VERSION="3.1.2"
     1.8 +CATEGORY="network"
     1.9 +SHORT_DESC="locale for mozilla thunderbird"
    1.10 +MAINTAINER="domcox@slitaz.org"
    1.11 +DEPENDS="thunderbird"
    1.12 +SOURCE="thunderbird"
    1.13 +WEB_SITE="www.mozillamessaging.com"
    1.14 +
    1.15 +
    1.16 +# Rules to configure and make the package.
    1.17 +compile_rules()
    1.18 +{
    1.19 +	cd $WOK/$PACKAGE
    1.20 +	LANG=`echo $PACKAGE | cut -d'-' -f3`
    1.21 +	# Get xpi
    1.22 +	WGET_URL="ftp://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/$VERSION/linux-i686/xpi/$LANG.xpi"
    1.23 +	if [ -e $LANG.xpi ]; then
    1.24 +		echo "Using current langpack ($LANG.xpi)"
    1.25 +	else
    1.26 +		echo "Downloading langpack ($LANG.xpi)"
    1.27 +		wget $WGET_URL
    1.28 +	fi
    1.29 +	# Uncompress
    1.30 +	echo -n "Uncompressing langpack ($LANG.xpi)"
    1.31 +	LANG_DIR="langpack-$LANG@thunderbird.mozilla.org"
    1.32 +	mkdir -p $LANG_DIR && unzip -oq $LANG.xpi -d $LANG_DIR
    1.33 +	status
    1.34 +}
    1.35 +
    1.36 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.37 +genpkg_rules()
    1.38 +{
    1.39 +	EXTDIR="$fs/usr/lib/$SOURCE-$VERSION/extensions"
    1.40 +	mkdir -p $EXTDIR
    1.41 +	cp -a $LANG_DIR $EXTDIR
    1.42 +}
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/thunderbird-langpack-en_GB/receipt	Sun Aug 29 11:07:11 2010 +0200
     2.3 @@ -0,0 +1,39 @@
     2.4 +# SliTaz package receipt.
     2.5 +
     2.6 +PACKAGE="thunderbird-langpack-fr"
     2.7 +VERSION="3.1.2"
     2.8 +CATEGORY="network"
     2.9 +SHORT_DESC="locale for mozilla thunderbird"
    2.10 +MAINTAINER="domcox@slitaz.org"
    2.11 +DEPENDS="thunderbird"
    2.12 +SOURCE="thunderbird"
    2.13 +WEB_SITE="www.mozillamessaging.com"
    2.14 +
    2.15 +
    2.16 +# Rules to configure and make the package.
    2.17 +compile_rules()
    2.18 +{
    2.19 +	cd $WOK/$PACKAGE
    2.20 +	LANG=`echo $PACKAGE | cut -d'-' -f3`
    2.21 +	# Get xpi
    2.22 +	WGET_URL="ftp://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/$VERSION/linux-i686/xpi/$LANG.xpi"
    2.23 +	if [ -e $LANG.xpi ]; then
    2.24 +		echo "Using current langpack ($LANG.xpi)"
    2.25 +	else
    2.26 +		echo "Downloading langpack ($LANG.xpi)"
    2.27 +		wget $WGET_URL
    2.28 +	fi
    2.29 +	# Uncompress
    2.30 +	echo -n "Uncompressing langpack ($LANG.xpi)"
    2.31 +	LANG_DIR="langpack-$LANG@thunderbird.mozilla.org"
    2.32 +	mkdir -p $LANG_DIR && unzip -oq $LANG.xpi -d $LANG_DIR
    2.33 +	status
    2.34 +}
    2.35 +
    2.36 +# Rules to gen a SliTaz package suitable for Tazpkg.
    2.37 +genpkg_rules()
    2.38 +{
    2.39 +	EXTDIR="$fs/usr/lib/$SOURCE-$VERSION/extensions"
    2.40 +	mkdir -p $EXTDIR
    2.41 +	cp -a $LANG_DIR $EXTDIR
    2.42 +}
     3.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     3.2 +++ b/thunderbird-langpack-es/receipt	Sun Aug 29 11:07:11 2010 +0200
     3.3 @@ -0,0 +1,39 @@
     3.4 +# SliTaz package receipt.
     3.5 +
     3.6 +PACKAGE="thunderbird-langpack-fr"
     3.7 +VERSION="3.1.2"
     3.8 +CATEGORY="network"
     3.9 +SHORT_DESC="locale for mozilla thunderbird"
    3.10 +MAINTAINER="domcox@slitaz.org"
    3.11 +DEPENDS="thunderbird"
    3.12 +SOURCE="thunderbird"
    3.13 +WEB_SITE="www.mozillamessaging.com"
    3.14 +
    3.15 +
    3.16 +# Rules to configure and make the package.
    3.17 +compile_rules()
    3.18 +{
    3.19 +	cd $WOK/$PACKAGE
    3.20 +	LANG=`echo $PACKAGE | cut -d'-' -f3`
    3.21 +	# Get xpi
    3.22 +	WGET_URL="ftp://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/$VERSION/linux-i686/xpi/$LANG.xpi"
    3.23 +	if [ -e $LANG.xpi ]; then
    3.24 +		echo "Using current langpack ($LANG.xpi)"
    3.25 +	else
    3.26 +		echo "Downloading langpack ($LANG.xpi)"
    3.27 +		wget $WGET_URL
    3.28 +	fi
    3.29 +	# Uncompress
    3.30 +	echo -n "Uncompressing langpack ($LANG.xpi)"
    3.31 +	LANG_DIR="langpack-$LANG@thunderbird.mozilla.org"
    3.32 +	mkdir -p $LANG_DIR && unzip -oq $LANG.xpi -d $LANG_DIR
    3.33 +	status
    3.34 +}
    3.35 +
    3.36 +# Rules to gen a SliTaz package suitable for Tazpkg.
    3.37 +genpkg_rules()
    3.38 +{
    3.39 +	EXTDIR="$fs/usr/lib/$SOURCE-$VERSION/extensions"
    3.40 +	mkdir -p $EXTDIR
    3.41 +	cp -a $LANG_DIR $EXTDIR
    3.42 +}
     4.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     4.2 +++ b/thunderbird-langpack-fr/receipt	Sun Aug 29 11:07:11 2010 +0200
     4.3 @@ -0,0 +1,39 @@
     4.4 +# SliTaz package receipt.
     4.5 +
     4.6 +PACKAGE="thunderbird-langpack-fr"
     4.7 +VERSION="3.1.2"
     4.8 +CATEGORY="network"
     4.9 +SHORT_DESC="locale for mozilla thunderbird"
    4.10 +MAINTAINER="domcox@slitaz.org"
    4.11 +DEPENDS="thunderbird"
    4.12 +SOURCE="thunderbird"
    4.13 +WEB_SITE="www.mozillamessaging.com"
    4.14 +
    4.15 +
    4.16 +# Rules to configure and make the package.
    4.17 +compile_rules()
    4.18 +{
    4.19 +	cd $WOK/$PACKAGE
    4.20 +	LANG=`echo $PACKAGE | cut -d'-' -f3`
    4.21 +	# Get xpi
    4.22 +	WGET_URL="ftp://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/$VERSION/linux-i686/xpi/$LANG.xpi"
    4.23 +	if [ -e $LANG.xpi ]; then
    4.24 +		echo "Using current langpack ($LANG.xpi)"
    4.25 +	else
    4.26 +		echo "Downloading langpack ($LANG.xpi)"
    4.27 +		wget $WGET_URL
    4.28 +	fi
    4.29 +	# Uncompress
    4.30 +	echo -n "Uncompressing langpack ($LANG.xpi)"
    4.31 +	LANG_DIR="langpack-$LANG@thunderbird.mozilla.org"
    4.32 +	mkdir -p $LANG_DIR && unzip -oq $LANG.xpi -d $LANG_DIR
    4.33 +	status
    4.34 +}
    4.35 +
    4.36 +# Rules to gen a SliTaz package suitable for Tazpkg.
    4.37 +genpkg_rules()
    4.38 +{
    4.39 +	EXTDIR="$fs/usr/lib/$SOURCE-$VERSION/extensions"
    4.40 +	mkdir -p $EXTDIR
    4.41 +	cp -a $LANG_DIR $EXTDIR
    4.42 +}
     5.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     5.2 +++ b/thunderbird-langpack-pt_BR/receipt	Sun Aug 29 11:07:11 2010 +0200
     5.3 @@ -0,0 +1,39 @@
     5.4 +# SliTaz package receipt.
     5.5 +
     5.6 +PACKAGE="thunderbird-langpack-fr"
     5.7 +VERSION="3.1.2"
     5.8 +CATEGORY="network"
     5.9 +SHORT_DESC="locale for mozilla thunderbird"
    5.10 +MAINTAINER="domcox@slitaz.org"
    5.11 +DEPENDS="thunderbird"
    5.12 +SOURCE="thunderbird"
    5.13 +WEB_SITE="www.mozillamessaging.com"
    5.14 +
    5.15 +
    5.16 +# Rules to configure and make the package.
    5.17 +compile_rules()
    5.18 +{
    5.19 +	cd $WOK/$PACKAGE
    5.20 +	LANG=`echo $PACKAGE | cut -d'-' -f3`
    5.21 +	# Get xpi
    5.22 +	WGET_URL="ftp://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/$VERSION/linux-i686/xpi/$LANG.xpi"
    5.23 +	if [ -e $LANG.xpi ]; then
    5.24 +		echo "Using current langpack ($LANG.xpi)"
    5.25 +	else
    5.26 +		echo "Downloading langpack ($LANG.xpi)"
    5.27 +		wget $WGET_URL
    5.28 +	fi
    5.29 +	# Uncompress
    5.30 +	echo -n "Uncompressing langpack ($LANG.xpi)"
    5.31 +	LANG_DIR="langpack-$LANG@thunderbird.mozilla.org"
    5.32 +	mkdir -p $LANG_DIR && unzip -oq $LANG.xpi -d $LANG_DIR
    5.33 +	status
    5.34 +}
    5.35 +
    5.36 +# Rules to gen a SliTaz package suitable for Tazpkg.
    5.37 +genpkg_rules()
    5.38 +{
    5.39 +	EXTDIR="$fs/usr/lib/$SOURCE-$VERSION/extensions"
    5.40 +	mkdir -p $EXTDIR
    5.41 +	cp -a $LANG_DIR $EXTDIR
    5.42 +}
     6.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     6.2 +++ b/thunderbird-langpack-pt_PT/receipt	Sun Aug 29 11:07:11 2010 +0200
     6.3 @@ -0,0 +1,39 @@
     6.4 +# SliTaz package receipt.
     6.5 +
     6.6 +PACKAGE="thunderbird-langpack-fr"
     6.7 +VERSION="3.1.2"
     6.8 +CATEGORY="network"
     6.9 +SHORT_DESC="locale for mozilla thunderbird"
    6.10 +MAINTAINER="domcox@slitaz.org"
    6.11 +DEPENDS="thunderbird"
    6.12 +SOURCE="thunderbird"
    6.13 +WEB_SITE="www.mozillamessaging.com"
    6.14 +
    6.15 +
    6.16 +# Rules to configure and make the package.
    6.17 +compile_rules()
    6.18 +{
    6.19 +	cd $WOK/$PACKAGE
    6.20 +	LANG=`echo $PACKAGE | cut -d'-' -f3`
    6.21 +	# Get xpi
    6.22 +	WGET_URL="ftp://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/$VERSION/linux-i686/xpi/$LANG.xpi"
    6.23 +	if [ -e $LANG.xpi ]; then
    6.24 +		echo "Using current langpack ($LANG.xpi)"
    6.25 +	else
    6.26 +		echo "Downloading langpack ($LANG.xpi)"
    6.27 +		wget $WGET_URL
    6.28 +	fi
    6.29 +	# Uncompress
    6.30 +	echo -n "Uncompressing langpack ($LANG.xpi)"
    6.31 +	LANG_DIR="langpack-$LANG@thunderbird.mozilla.org"
    6.32 +	mkdir -p $LANG_DIR && unzip -oq $LANG.xpi -d $LANG_DIR
    6.33 +	status
    6.34 +}
    6.35 +
    6.36 +# Rules to gen a SliTaz package suitable for Tazpkg.
    6.37 +genpkg_rules()
    6.38 +{
    6.39 +	EXTDIR="$fs/usr/lib/$SOURCE-$VERSION/extensions"
    6.40 +	mkdir -p $EXTDIR
    6.41 +	cp -a $LANG_DIR $EXTDIR
    6.42 +}
     7.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     7.2 +++ b/thunderbird-langpack-ru/receipt	Sun Aug 29 11:07:11 2010 +0200
     7.3 @@ -0,0 +1,39 @@
     7.4 +# SliTaz package receipt.
     7.5 +
     7.6 +PACKAGE="thunderbird-langpack-fr"
     7.7 +VERSION="3.1.2"
     7.8 +CATEGORY="network"
     7.9 +SHORT_DESC="locale for mozilla thunderbird"
    7.10 +MAINTAINER="domcox@slitaz.org"
    7.11 +DEPENDS="thunderbird"
    7.12 +SOURCE="thunderbird"
    7.13 +WEB_SITE="www.mozillamessaging.com"
    7.14 +
    7.15 +
    7.16 +# Rules to configure and make the package.
    7.17 +compile_rules()
    7.18 +{
    7.19 +	cd $WOK/$PACKAGE
    7.20 +	LANG=`echo $PACKAGE | cut -d'-' -f3`
    7.21 +	# Get xpi
    7.22 +	WGET_URL="ftp://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/$VERSION/linux-i686/xpi/$LANG.xpi"
    7.23 +	if [ -e $LANG.xpi ]; then
    7.24 +		echo "Using current langpack ($LANG.xpi)"
    7.25 +	else
    7.26 +		echo "Downloading langpack ($LANG.xpi)"
    7.27 +		wget $WGET_URL
    7.28 +	fi
    7.29 +	# Uncompress
    7.30 +	echo -n "Uncompressing langpack ($LANG.xpi)"
    7.31 +	LANG_DIR="langpack-$LANG@thunderbird.mozilla.org"
    7.32 +	mkdir -p $LANG_DIR && unzip -oq $LANG.xpi -d $LANG_DIR
    7.33 +	status
    7.34 +}
    7.35 +
    7.36 +# Rules to gen a SliTaz package suitable for Tazpkg.
    7.37 +genpkg_rules()
    7.38 +{
    7.39 +	EXTDIR="$fs/usr/lib/$SOURCE-$VERSION/extensions"
    7.40 +	mkdir -p $EXTDIR
    7.41 +	cp -a $LANG_DIR $EXTDIR
    7.42 +}