wok diff cdrdao-utils/receipt @ rev 17245

Add lxqt (meta), make qt4-examples: screenshot, findfiles, charactermap
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Sun Oct 19 01:51:31 2014 +0200 (2014-10-19)
parents 32cde9ab5311
children c86e41198e76
line diff
     1.1 --- a/cdrdao-utils/receipt	Fri Sep 24 04:32:19 2010 +0000
     1.2 +++ b/cdrdao-utils/receipt	Sun Oct 19 01:51:31 2014 +0200
     1.3 @@ -5,14 +5,16 @@
     1.4  CATEGORY="multimedia"
     1.5  SHORT_DESC=" cdrdao extra utilities for recording audio/data CD-Rs"
     1.6  MAINTAINER="jozee@slitaz.org"
     1.7 -DEPENDS="lame libao libmad libogg libvorbis"
     1.8 +LICENSE="GPL2"
     1.9  WANTED="cdrdao"
    1.10  WEB_SITE="http://downloads.sourceforge.net/$PACKAGE" 
    1.11  
    1.12 +DEPENDS="lame libao libmad libogg libvorbis"
    1.13 +
    1.14  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.15  genpkg_rules()
    1.16  {
    1.17  	mkdir -p $fs/usr/bin
    1.18 -	cp -a $_pkg/usr/bin/ $fs/usr
    1.19 +	cp -a $install/usr/bin/ $fs/usr
    1.20  	rm $fs/usr/bin/cdrdao
    1.21  }