wok view minetest-common/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 223e4ee94f57
children fa14bf00ffaa
line source
1 # SliTaz package receipt.
3 PACKAGE="minetest-common"
4 VERSION="5.0.1"
5 CATEGORY="games"
6 SHORT_DESC="Common files for Minetest client and server."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="MIT"
9 WEB_SITE="https://www.minetest.net/"
11 WANTED="minetest"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir -p ${fs}/usr/share
18 for i in minetest metainfo doc
19 do
20 cp -a ${install}/usr/share/${i} $fs/usr/share
21 done
22 }