wok view alsa-tools-rmedigicontrol/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 f4c22f009037
children dad19ef50074
line source
1 # SliTaz package receipt.
3 PACKAGE="alsa-tools-rmedigicontrol"
4 VERSION="1.1.5"
5 CATEGORY="multimedia"
6 SHORT_DESC="Control tool for RME Digi32 and RME Digi96 soundcards."
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="GPL2"
9 WANTED="alsa-tools"
10 WEB_SITE="http://www.alsa-project.org/"
12 DEPENDS="alsa-lib gtk+"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/bin
18 cp -a $install/usr/bin/rmedigicontrol $fs/usr/bin
19 }