wok annotate xfce4-slitaz-config/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 85c80e4d99a3
children
rev   line source
erjo@4164 1 # SliTaz package receipt.
erjo@4164 2
erjo@4164 3 PACKAGE="xfce4-slitaz-config"
erjo@4164 4 VERSION="0.1"
erjo@4164 5 CATEGORY="misc"
erjo@4164 6 SHORT_DESC="Slitaz config files for XFCE"
erjo@4164 7 MAINTAINER="erjo@slitaz.org"
pascal@15579 8 LICENSE="BSD"
erjo@4164 9 WEB_SITE="http://www.slitaz.org"
erjo@4164 10
pascal@15579 11 DEPENDS="xfce4"
erjo@4164 12
erjo@4164 13 # Rules to gen a SliTaz package suitable for Tazpkg.
erjo@4164 14 genpkg_rules()
erjo@4164 15 {
erjo@4164 16 mkdir -p $fs/usr/share $fs/etc
erjo@4164 17 cp -a stuff/xdg $fs/etc
erjo@4164 18 cp -a stuff/applications $fs/usr/share/applications
erjo@4164 19 }
erjo@4164 20