wok annotate thunderbird-bin-fr/receipt @ rev 22040

updated tokyocabinet and tokyocabinet-dev (1.4.32 -> 1.4.48)
author Hans-G?nter Theisgen
date Mon Oct 21 17:24:12 2019 +0100 (2019-10-21)
parents
children da134f47b369
rev   line source
mojo@21365 1 # SlitTaz package receipt.
mojo@21365 2
mojo@21365 3 PACKAGE="thunderbird-bin-fr"
mojo@21365 4 lang="fr"
mojo@21365 5 VERSION="60.6.1"
mojo@21365 6 CATEGORY="network"
mojo@21365 7 SHORT_DESC="Mozilla's Thunderbird email application (French language)."
mojo@21365 8 MAINTAINER="mojo@slitaz.org"
mojo@21365 9 LICENSE="MPL"
mojo@21365 10 TARBALL="$SOURCE-$VERSION.tar.bz2"
mojo@21365 11 SOURCE="thunderbird"
mojo@21365 12 WEB_SITE="http://www.mozilla.org/"
mojo@21365 13 WGET_URL="https://ftp.mozilla.org/pub/thunderbird/releases/$VERSION/linux-i686/$lang/$TARBALL"
mojo@21365 14
mojo@21365 15 DEPENDS="alsa-lib dbus-glib gtk+ gtk+3 libatomic xorg-libXt"
mojo@21365 16 HOST_ARCH="i486"
mojo@21365 17
mojo@21365 18 # Rules to configure and make the package.
mojo@21365 19 compile_rules()
mojo@21365 20 {
mojo@21365 21 # Installation path
mojo@21365 22 fx='/opt/mozilla/thunderbird-bin'
mojo@21365 23
mojo@21365 24 mkdir -p \
mojo@21365 25 $install$fx \
mojo@21365 26 $install/usr/bin \
mojo@21365 27 $install/usr/share/applications \
mojo@21365 28 $install/usr/share/pixmaps
mojo@21365 29
mojo@21365 30 # Copy everything
mojo@21365 31 cp -a $src/* $install$fx
mojo@21365 32
mojo@21365 33 # Executable
mojo@21365 34 ln -s $fx/thunderbird $install/usr/bin/thunderbird-bin
mojo@21365 35
mojo@21365 36 # Icon
mojo@21365 37 cp -a $stuff/thunderbird-bin.png \
mojo@21365 38 $install/usr/share/pixmaps
mojo@21365 39
mojo@21365 40 # Allow user updates
mojo@21365 41 chmod -R a+w $install$fx
mojo@21365 42
mojo@21365 43 # Desktop shortcut
mojo@21365 44 cp $stuff/thunderbird-bin.desktop \
mojo@21365 45 $install/usr/share/applications
mojo@21365 46 }
mojo@21365 47
mojo@21365 48 # Rules to gen a SliTaz package suitable for Tazpkg.
mojo@21365 49 genpkg_rules()
mojo@21365 50 {
mojo@21365 51 cp -a $install/* $fs
mojo@21365 52 }