wok-current diff vcdimager/receipt @ rev 23825
Up cryptsetup (2.3.3)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu May 28 13:19:51 2020 +0000 (2020-05-28) |
parents | 2a21689b0af7 |
children | 17091bc7c301 |
line diff
1.1 --- a/vcdimager/receipt Thu Oct 03 09:52:57 2013 +0000 1.2 +++ b/vcdimager/receipt Thu May 28 13:19:51 2020 +0000 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 }