wok annotate libdaemon-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
children
rev   line source
pascal@20795 1 # SliTaz package receipt.
pascal@20795 2
pascal@20795 3 PACKAGE="libdaemon-dev"
pascal@20795 4 VERSION="0.14"
pascal@20795 5 CATEGORY="development"
pascal@20795 6 SHORT_DESC="A lightweight C library that eases the writing of UNIX daemons, development tools"
pascal@20795 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@20795 8 LICENSE="LGPL2.1"
pascal@20795 9 WEB_SITE="http://0pointer.de/lennart/projects/libdaemon/"
pascal@20795 10 WANTED="libdaemon"
pascal@20795 11
pascal@20795 12 DEPENDS="libdaemon pkg-config"
pascal@20795 13
pascal@20795 14 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@20795 15 genpkg_rules()
pascal@20795 16 {
pascal@20795 17 mkdir -p $fs/usr/lib
pascal@20795 18 cp -a $install/usr/lib/*a $fs/usr/lib
pascal@20795 19 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
pascal@20795 20 cp -a $install/usr/include $fs/usr
pascal@20795 21 }