wok-current diff alsa-tools-rmedigicontrol/receipt @ rev 25096
created recipe for wordgrinder
author | Hans-G?nter Theisgen |
---|---|
date | Sat Jun 18 15:13:12 2022 +0100 (2022-06-18) |
parents | 0644ee05ddc4 |
children |
line diff
1.1 --- a/alsa-tools-rmedigicontrol/receipt Mon Mar 12 12:25:00 2018 +0100 1.2 +++ b/alsa-tools-rmedigicontrol/receipt Sat Jun 18 15:13:12 2022 +0100 1.3 @@ -1,19 +1,18 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="alsa-tools-rmedigicontrol" 1.7 -VERSION="1.1.5" 1.8 +VERSION="1.2.5" 1.9 CATEGORY="multimedia" 1.10 SHORT_DESC="Control tool for RME Digi32 and RME Digi96 soundcards." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 LICENSE="GPL2" 1.13 -WANTED="alsa-tools" 1.14 -WEB_SITE="http://www.alsa-project.org/" 1.15 +WEB_SITE="https://www.alsa-project.org/" 1.16 1.17 DEPENDS="alsa-lib gtk+" 1.18 +WANTED="alsa-tools" 1.19 1.20 # Rules to gen a SliTaz package suitable for Tazpkg. 1.21 genpkg_rules() 1.22 { 1.23 - mkdir -p $fs/usr/bin 1.24 - cp -a $install/usr/bin/rmedigicontrol $fs/usr/bin 1.25 + cook_copy_files rmedigicontrol 1.26 }