wok annotate qasmixer/receipt @ rev 17543

Up busybox (1.23.1)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jan 27 16:55:03 2015 +0100 (2015-01-27)
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 }