wok view qasmixer/receipt @ rev 17009

Add gnome-hearts
author Yuri Pourre <yuripourre@gmail.com>
date Tue Aug 12 14:41:19 2014 -0300 (2014-08-12)
parents
children
line source
1 # SliTaz package receipt.
3 PACKAGE="qasmixer"
4 VERSION="0.17.2"
5 CATEGORY="multimedia"
6 SHORT_DESC="Qt based ALSA mixer"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="GPL3"
9 WEB_SITE="http://xwmw.org/qastools/index.html"
11 WANTED="qastools"
12 DEPENDS="alsa-lib libQtCore libQtGui libQtNetwork libQtSvg"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 for file in $(cat $WOK/$WANTED/stuff/qasmixer.files); do
18 mkdir -p $fs$(dirname $file)
19 cp -a $install$file $fs$file
20 done
21 ln -s /usr/share/licenses/gpl.txt $fs/usr/share/qastools/COPYING
22 }