wok view alsa-tools-hwmixvolume/receipt @ rev 21339

updated gnuradio (3.7.10.1 -> 3.7.13.4)
author Hans-G?nter Theisgen
date Sat Apr 20 11:34:23 2019 +0100 (2019-04-20)
parents f4c22f009037
children dad19ef50074
line source
1 # SliTaz package receipt.
3 PACKAGE="alsa-tools-hwmixvolume"
4 VERSION="1.1.5"
5 CATEGORY="multimedia"
6 SHORT_DESC="Control the volume of sound cards using hardware mixing."
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="GPL2"
9 WANTED="alsa-tools"
10 WEB_SITE="http://www.alsa-project.org/"
12 DEPENDS="alsa-lib python pygtk"
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/hwmixvolume $fs/usr/bin
19 }