wok annotate qasmixer/receipt @ rev 22130

updated wifidog (1.1.5 -> 1.3.0)
author Hans-G?nter Theisgen
date Mon Nov 04 11:16:52 2019 +0100 (2019-11-04)
parents
children
rev   line source
al@16809 1 # SliTaz package receipt.
al@16809 2
al@16809 3 PACKAGE="qasmixer"
al@16809 4 VERSION="0.17.2"
al@16809 5 CATEGORY="multimedia"
al@16809 6 SHORT_DESC="Qt based ALSA mixer"
al@16809 7 MAINTAINER="al.bobylev@gmail.com"
al@16809 8 LICENSE="GPL3"
al@16809 9 WEB_SITE="http://xwmw.org/qastools/index.html"
al@16809 10
al@16809 11 WANTED="qastools"
al@16809 12 DEPENDS="alsa-lib libQtCore libQtGui libQtNetwork libQtSvg"
al@16809 13
al@16809 14 # Rules to gen a SliTaz package suitable for Tazpkg.
al@16809 15 genpkg_rules()
al@16809 16 {
al@16809 17 for file in $(cat $WOK/$WANTED/stuff/qasmixer.files); do
al@16809 18 mkdir -p $fs$(dirname $file)
al@16809 19 cp -a $install$file $fs$file
al@16809 20 done
al@16809 21 ln -s /usr/share/licenses/gpl.txt $fs/usr/share/qastools/COPYING
al@16809 22 }