wok diff vcdimager-xmltools/receipt @ rev 19294

sane-backends, scons, scrot, shell-fm, smake, soundtouch, wireless_tools: fix man or doc path
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Jul 06 16:30:34 2016 +0200 (2016-07-06)
parents 129bb5b11a7e
children d70ed9488748
line diff
     1.1 --- a/vcdimager-xmltools/receipt	Wed Mar 02 03:12:51 2011 +0000
     1.2 +++ b/vcdimager-xmltools/receipt	Wed Jul 06 16:30:34 2016 +0200
     1.3 @@ -5,16 +5,18 @@
     1.4  CATEGORY="multimedia"
     1.5  SHORT_DESC="vcd xml and diagnostic tools from vcdimager"
     1.6  MAINTAINER="jozee@slitaz.org"
     1.7 -DEPENDS="vcdimager"
     1.8 +LICENSE="GPL2"
     1.9  WANTED="vcdimager"
    1.10  WEB_SITE="http://www.vcdimager.org/" 
    1.11  TAGS="vcd"
    1.12  
    1.13 +DEPENDS="vcdimager"
    1.14 +
    1.15  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.16  genpkg_rules()
    1.17  {
    1.18  	mkdir -p $fs/usr/bin $fs/usr/lib 
    1.19 -	cp -a $_pkg/usr/bin/ $fs/usr
    1.20 -	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
    1.21 +	cp -a $install/usr/bin/ $fs/usr
    1.22 +	cp -a $install/usr/lib/*.so* $fs/usr/lib
    1.23  	rm $fs/usr/bin/vcdimager	
    1.24  }