wok annotate mhash-dev/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 f0b7de721617
children 7dd01dedad38
rev   line source
pascal@1323 1 # SliTaz package receipt.
pascal@1323 2
pascal@1323 3 PACKAGE="mhash-dev"
slaxemulator@6545 4 VERSION="0.9.9.9"
pascal@1323 5 CATEGORY="development"
pascal@1323 6 SHORT_DESC="uniform interface to a large number of hash algorithms devel files."
pascal@1323 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15584 8 LICENSE="GPL2"
pascal@1323 9 WEB_SITE="http://mhash.sourceforge.net/"
pascal@1323 10 WANTED="mhash"
pascal@1323 11
pascal@1323 12 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@1323 13 genpkg_rules()
pascal@1323 14 {
pascal@1323 15 mkdir -p $fs/usr/lib
pascal@15584 16 cp -a $install/usr/include $fs/usr
pascal@15584 17 cp -a $install/usr/lib/libmhash*a $fs/usr/lib
pascal@1323 18 }
pascal@1323 19