wok annotate spandsp-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 7a2212bc32cd
children 02d03f8bbcde
rev   line source
pascal@1178 1 # SliTaz package receipt.
pascal@1178 2
pascal@1178 3 PACKAGE="spandsp-dev"
pascal@20107 4 VERSION="0.0.6"
pascal@1178 5 CATEGORY="development"
pascal@1178 6 SHORT_DESC="library of DSP functions for telephony dev files."
pascal@1178 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15097 8 LICENSE="LGPL2.1"
pascal@21824 9 WEB_SITE="https://web.archive.org/web/20190804211734/https://www.soft-switch.org/"
pascal@1178 10 WANTED="spandsp"
pascal@1178 11
pascal@15097 12 DEPENDS="spandsp"
pascal@15097 13
pascal@1178 14 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@1178 15 genpkg_rules()
pascal@1178 16 {
pascal@1178 17 mkdir -p $fs/usr/lib
pascal@15097 18 cp -a $install/usr/lib/*.*a $fs/usr/lib
pascal@15097 19 cp -a $install/usr/include $fs/usr
pascal@1178 20 }