wok annotate udisks-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 7896f0694ef6
children 8c7478c747dd
rev   line source
monghitri@14135 1 # SliTaz package receipt.
monghitri@14135 2
monghitri@14135 3 PACKAGE="udisks-dev"
monghitri@14135 4 VERSION="1.0.4"
monghitri@14135 5 CATEGORY="development"
monghitri@14135 6 SHORT_DESC="The Udisks devel files."
monghitri@14135 7 MAINTAINER="pankso@slitaz.org"
pascal@15002 8 LICENSE="GPL2"
monghitri@14135 9 WANTED="udisks"
monghitri@14135 10 WEB_SITE="http://www.freedesktop.org/wiki/Software/udisks"
monghitri@14135 11
pascal@19774 12 DEPENDS="udisks pkg-config"
pascal@19774 13
monghitri@14135 14 # Rules to gen a SliTaz package suitable for Tazpkg.
monghitri@14135 15 genpkg_rules()
monghitri@14135 16 {
monghitri@14135 17 mkdir -p $fs/usr/share
monghitri@14135 18 cp -a $install/usr/share/pkgconfig $fs/usr/share
monghitri@14135 19 }