wok annotate get-algobox/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 fbcef2e7a3e3
children 666b1da48c97
rev   line source
pascal@13707 1 # SliTaz package receipt.
pascal@13707 2
pascal@13707 3 PACKAGE="get-algobox"
pascal@13707 4 VERSION="1.00"
pascal@13707 5 CATEGORY="misc"
pascal@13707 6 SHORT_DESC="Get the Algorithm creation tool for education"
pascal@15199 7 MAINTAINER="devel@slitaz.org"
pascal@15199 8 LICENSE="BSD"
pascal@13707 9 WEB_SITE="http://www.xm1math.net/algobox/"
pascal@13707 10
pascal@13707 11 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@13707 12 genpkg_rules()
pascal@13707 13 {
pascal@13707 14 mkdir -p $fs/usr/bin
pascal@13707 15 cp stuff/get-algobox $fs/usr/bin
pascal@13707 16 }
pascal@13707 17