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

virtualbox-ose: splitted in virtualbox-ose for slitaz hosts and virtualbox-ose-guestutils for slitaz guests, can't get it to work without reboot
author ernia <monghitri@aruba.it>
date Tue Feb 19 20:23:53 2013 +0000 (2013-02-19)
parents
children f4c22f009037
line source
1 # SliTaz package receipt.
3 PACKAGE="alsa-tools-hwmixvolume"
4 VERSION="1.0.26.1"
5 CATEGORY="multimedia"
6 SHORT_DESC="Control the volume of sound cards using hardware mixing."
7 MAINTAINER="pankso@slitaz.org"
8 WANTED="alsa-tools"
9 WEB_SITE="http://www.alsa-project.org/"
11 DEPENDS="alsa-lib python pygtk"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir -p $fs/usr/bin
17 cp -a $install/usr/bin/hwmixvolume $fs/usr/bin
18 }