wok view thunderbird-bin-fr/receipt @ rev 23840

Up libsdl2-image (2.0.5), radare2 (4.4.0), screen (4.8.0), sleuthkit (4.9.0), thunderbird-bin (68.9.0)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Jun 04 16:22:12 2020 +0000 (2020-06-04)
parents a11012be95cb
children 922f061231c2
line source
1 # SlitTaz package receipt.
3 PACKAGE="thunderbird-bin-fr"
4 lang="fr"
5 VERSION="68.9.0"
6 CATEGORY="network"
7 SHORT_DESC="Mozilla's Thunderbird email application (French language)."
8 MAINTAINER="mojo@slitaz.org"
9 LICENSE="MPL"
10 TARBALL="$SOURCE-$VERSION.tar.bz2"
11 SOURCE="thunderbird"
12 WEB_SITE="http://www.mozilla.org/"
13 WGET_URL="https://ftp.mozilla.org/pub/thunderbird/releases/$VERSION/linux-i686/$lang/$TARBALL"
15 DEPENDS="alsa-lib dbus-glib gtk+ gtk+3 libatomic xorg-libXt"
16 HOST_ARCH="i486"
18 # Rules to configure and make the package.
19 compile_rules()
20 {
21 # Installation path
22 fx='/opt/mozilla/thunderbird-bin'
24 mkdir -p \
25 $install$fx \
26 $install/usr/bin \
27 $install/usr/share/applications \
28 $install/usr/share/pixmaps
30 # Copy everything
31 cp -a $src/* $install$fx
33 # Executable
34 ln -s $fx/thunderbird $install/usr/bin/thunderbird-bin
36 # Icon
37 cp -a $stuff/thunderbird-bin.png \
38 $install/usr/share/pixmaps
40 # Allow user updates
41 chmod -R a+w $install$fx
43 # Desktop shortcut
44 cp $stuff/thunderbird-bin.desktop \
45 $install/usr/share/applications
46 }
48 # Rules to gen a SliTaz package suitable for Tazpkg.
49 genpkg_rules()
50 {
51 cp -a $install/* $fs
52 }