wok annotate supertux-data/receipt @ rev 22042

gcc83-lib-base: do NOT provide gcc-lib-base
Currently BOTH gcc-lib-base and gcc83-lib-base are installed on my SliTaz system. So, with the current (and longstanding) tazpkg limitations I can't update just gcc-lib-base: tazpkg always updates gcc83-lib-base for me instead. Now I can't run Firefox, Vivaldi, Chrome, etc. I think because of gcc-lib-base, but I not sure 1bsolutely.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Oct 22 12:55:54 2019 +0300 (2019-10-22)
parents 62e8a8e12e45
children
rev   line source
slaxemulator@11405 1 # SliTaz package receipt.
slaxemulator@11405 2
slaxemulator@11405 3 PACKAGE="supertux-data"
slaxemulator@11405 4 VERSION="0.3.3"
slaxemulator@11405 5 CATEGORY="games"
slaxemulator@11405 6 SHORT_DESC="SuperTux data files"
slaxemulator@11405 7 MAINTAINER="slaxemulator@gmail.com"
pascal@14999 8 LICENSE="GPL3"
slaxemulator@11405 9 WEB_SITE="http://supertux.lethargik.org/"
slaxemulator@11405 10 WANTED="supertux"
slaxemulator@11405 11
slaxemulator@11405 12 # Rules to gen a SliTaz package suitable for Tazpkg.
slaxemulator@11405 13 genpkg_rules()
slaxemulator@11405 14 {
slaxemulator@11405 15 echo Copying data...
slaxemulator@11405 16 mkdir -p $fs/usr/share
pascal@14999 17 cp -a $install/usr/share/games $fs/usr/share
slaxemulator@11405 18 }