wok diff fuse-emulator/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 a0250385f2a5
children 872b0404dc1c
line diff
     1.1 --- a/fuse-emulator/receipt	Fri Jun 15 15:24:09 2012 +0200
     1.2 +++ b/fuse-emulator/receipt	Tue Oct 22 12:55:54 2019 +0300
     1.3 @@ -5,6 +5,7 @@
     1.4  CATEGORY="games"
     1.5  SHORT_DESC="ZX Spectrum emulator"
     1.6  MAINTAINER="slaxemulator@gmail.com"
     1.7 +LICENSE="GPL2"
     1.8  # make SOURCE fuse-emulator so the source tarball 
     1.9  # is not named fuse-$VERSION.tar.lzma
    1.10  SOURCE="fuse-emulator"
    1.11 @@ -27,7 +28,7 @@
    1.12  genpkg_rules()
    1.13  {
    1.14  	mkdir -p $fs/usr/share
    1.15 -	cp -a $_pkg/usr/bin $fs/usr
    1.16 -	cp -a $_pkg/usr/share/fuse $fs/usr/share
    1.17 +	cp -a $install/usr/bin $fs/usr
    1.18 +	cp -a $install/usr/share/fuse $fs/usr/share
    1.19  }
    1.20