wok diff vcdimager/receipt @ rev 21909

updated sic (1.1 -> 1.2)
author Hans-G?nter Theisgen
date Fri Oct 04 15:39:32 2019 +0100 (2019-10-04)
parents 2a21689b0af7
children 17091bc7c301
line diff
     1.1 --- a/vcdimager/receipt	Thu Oct 03 09:52:57 2013 +0000
     1.2 +++ b/vcdimager/receipt	Fri Oct 04 15:39:32 2019 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt
     1.5  
     1.6  PACKAGE="vcdimager"
     1.7 -VERSION="0.7.23"
     1.8 +VERSION="2.0.1"
     1.9  CATEGORY="multimedia"
    1.10  SHORT_DESC="vcd tools"
    1.11  MAINTAINER="jozee@slitaz.org"
    1.12 @@ -17,7 +17,6 @@
    1.13  # Rules to configure and make the package.
    1.14  compile_rules()
    1.15  {
    1.16 -	cd $src
    1.17  	./configure $CONFIGURE_ARGS &&
    1.18  	make && make install
    1.19  }
    1.20 @@ -25,6 +24,7 @@
    1.21  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.22  genpkg_rules()
    1.23  {
    1.24 -	mkdir -p $fs/usr/bin
    1.25 -	cp -a $install/usr/bin/vcdimager $fs/usr/bin
    1.26 +	mkdir -p $fs/usr/lib
    1.27 +	cp -a $install/usr/bin $fs/usr
    1.28 +	cp -a $install/usr/lib/*.so* $fs/usr/lib
    1.29  }