wok-6.x view alsa-tools-hwmixvolume/receipt @ rev 23852
binutils: can assemble x86_64 again
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Jun 15 17:07:36 2020 +0000 (2020-06-15) |
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 }