wok diff thunderbird-bin-fr/receipt @ rev 22991

updated l3afpad (0.8.18.1.10 -> 0.8.18.1.11)
author Hans-G?nter Theisgen
date Sun Mar 01 17:39:44 2020 +0100 (2020-03-01)
parents
children da134f47b369
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/thunderbird-bin-fr/receipt	Sun Mar 01 17:39:44 2020 +0100
     1.3 @@ -0,0 +1,52 @@
     1.4 +# SlitTaz package receipt.
     1.5 +
     1.6 +PACKAGE="thunderbird-bin-fr"
     1.7 +lang="fr"
     1.8 +VERSION="60.6.1"
     1.9 +CATEGORY="network"
    1.10 +SHORT_DESC="Mozilla's Thunderbird email application (French language)."
    1.11 +MAINTAINER="mojo@slitaz.org"
    1.12 +LICENSE="MPL"
    1.13 +TARBALL="$SOURCE-$VERSION.tar.bz2"
    1.14 +SOURCE="thunderbird"
    1.15 +WEB_SITE="http://www.mozilla.org/"
    1.16 +WGET_URL="https://ftp.mozilla.org/pub/thunderbird/releases/$VERSION/linux-i686/$lang/$TARBALL"
    1.17 +
    1.18 +DEPENDS="alsa-lib dbus-glib gtk+ gtk+3 libatomic xorg-libXt"
    1.19 +HOST_ARCH="i486"
    1.20 +
    1.21 +# Rules to configure and make the package.
    1.22 +compile_rules()
    1.23 +{
    1.24 +	# Installation path
    1.25 +	fx='/opt/mozilla/thunderbird-bin'
    1.26 +
    1.27 +	mkdir -p				\
    1.28 +		$install$fx			\
    1.29 +		$install/usr/bin		\
    1.30 +		$install/usr/share/applications	\
    1.31 +		$install/usr/share/pixmaps
    1.32 +	
    1.33 +	# Copy everything
    1.34 +	cp -a $src/* $install$fx
    1.35 +
    1.36 +	# Executable
    1.37 +	ln -s $fx/thunderbird $install/usr/bin/thunderbird-bin
    1.38 +
    1.39 +	# Icon
    1.40 +	cp -a $stuff/thunderbird-bin.png \
    1.41 +		$install/usr/share/pixmaps
    1.42 +	
    1.43 +	# Allow user updates
    1.44 +	chmod -R a+w $install$fx
    1.45 +                   
    1.46 +	# Desktop shortcut
    1.47 +	cp $stuff/thunderbird-bin.desktop \
    1.48 +		$install/usr/share/applications
    1.49 +}
    1.50 +
    1.51 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.52 +genpkg_rules()
    1.53 +{
    1.54 +	cp -a $install/* $fs
    1.55 +}