wok annotate seamonkey-official/receipt @ rev 24031

updated dialog (1.3_20190211 -> 1.3_20210324)
author Hans-G?nter Theisgen
date Tue Apr 06 13:52:57 2021 +0100 (2021-04-06)
parents 8a28cf0b51ed
children 934055de50e2
rev   line source
mojo@19979 1 # SliTaz package receipt.
mojo@19979 2
mojo@19979 3 PACKAGE="seamonkey-official"
Hans-G?nter@23637 4 VERSION="2.53.1"
mojo@19979 5 CATEGORY="network"
Hans-G?nter@21896 6 TAGS="web-browser"
Hans-G?nter@21896 7 SHORT_DESC="Official Seamonkey build by the seamonkey-project (English language)."
mojo@19979 8 MAINTAINER="mojo@slitaz.org"
mojo@19979 9 LICENSE="MPL2"
mojo@19979 10 WEB_SITE="https://www.seamonkey-project.org"
Hans-G?nter@21896 11
Hans-G?nter@23637 12 TARBALL="seamonkey-$VERSION.en-GB.linux-i686.tar.bz2"
Hans-G?nter@21896 13 WGET_URL="https://archive.mozilla.org/pub/seamonkey/releases/$VERSION/linux-i686/en-GB/$TARBALL"
Hans-G?nter@21896 14
Hans-G?nter@23637 15 DEPENDS="alsa-lib curl glib gtk+ jpeg libevent libIDL libnotify
Hans-G?nter@21896 16 libvpx xorg-libX11 xorg-libXt"
Hans-G?nter@21896 17
mojo@19979 18 HOST_ARCH="i486"
mojo@19979 19
mojo@19979 20 # Rules to configure and make the package.
mojo@19979 21 compile_rules()
mojo@19979 22 {
mojo@19979 23 # Installation path
mojo@19979 24 fx='/opt/seamonkey'
mojo@19979 25
mojo@19979 26 mkdir -p \
mojo@19979 27 $install$fx \
mojo@19979 28 $install/usr/bin \
mojo@19979 29 $install/usr/share/applications \
mojo@19979 30 $install/usr/share/pixmaps
mojo@19979 31
mojo@19979 32 # Copy everything
Hans-G?nter@23637 33 cp -a $src/* $install$fx
mojo@19979 34
mojo@19979 35 # Executable
Hans-G?nter@23637 36 ln -s $fx/seamonkey $install/usr/bin/seamonkey-official
mojo@19979 37
mojo@19979 38 # Allow user updates (save user's and our traffic)
mojo@19979 39 chmod -R a+w $install$fx
mojo@19979 40 }
mojo@19979 41
mojo@19979 42 # Rules to gen a SliTaz package suitable for Tazpkg.
mojo@19979 43 genpkg_rules()
mojo@19979 44 {
Hans-G?nter@23637 45 cp -a $install/* $fs
mojo@19979 46 }