
Receipt for package "thunderbird-bin"
# SlitTaz package receipt. PACKAGE="thunderbird-bin" VERSION="68.12.1" CATEGORY="network" SHORT_DESC="Mozilla's Thunderbird email application." MAINTAINER="mojo@slitaz.org" LICENSE="MPL" SOURCE="thunderbird" TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="https://www.mozilla.org/" WGET_URL="https://ftp.mozilla.org/pub/thunderbird/releases/$VERSION/linux-i686/en-US/$TARBALL" DEPENDS="alsa-lib dbus-glib gtk+ gtk+3 libatomic xorg-libXt" HOST_ARCH="i486" # What is the latest version available today? current_version() { wget -O - https://ftp.mozilla.org/pub/thunderbird/releases/ 2>/dev/null | \ sed '/[0-9]*\.[0-9]*\./!d;s|.*">||;s|/.*||' | sort -Vr | sed q } # Rules to configure and make the package. compile_rules() { # Installation path fx='/opt/mozilla/thunderbird-bin' mkdir -p \ $install$fx \ $install/usr/bin \ $install/usr/share/applications \ $install/usr/share/pixmaps # Copy everything cp -a $src/* $install$fx # Executable ln -s $fx/thunderbird $install/usr/bin/thunderbird-bin # Icon cp -a $stuff/thunderbird-bin.png \ $install/usr/share/pixmaps # Allow user updates chmod -R a+w $install$fx # Desktop shortcut cp $stuff/thunderbird-bin.desktop \ $install/usr/share/applications # Disable update due of old glibc cp $stuff/policies.json $install$fx/distribution } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { cp -a $install/* $fs }
6011 packages and 861692 files in cooking database (Sun Apr 20 00:48:06 2025)