wok diff vcdimager-xmltools/receipt @ rev 21084

updated john (1.7.8 -> 1.8.0)
author Hans-G?nter Theisgen
date Fri Mar 15 14:28:58 2019 +0100 (2019-03-15)
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	Fri Mar 15 14:28:58 2019 +0100
     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  }