wok rev 21159
Up vcdimager (2.0.1)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Mar 31 13:48:00 2019 +0200 (2019-03-31) |
parents | 9fb45f939b32 |
children | ada6eb908283 |
files | vcdimager-dev/receipt vcdimager/receipt |
line diff
1.1 --- a/vcdimager-dev/receipt Sat Mar 30 18:17:37 2019 +0100 1.2 +++ b/vcdimager-dev/receipt Sun Mar 31 13:48:00 2019 +0200 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="vcdimager-dev" 1.7 -VERSION="0.7.23" 1.8 +VERSION="2.0.1" 1.9 CATEGORY="development" 1.10 SHORT_DESC="vcdimager devel files" 1.11 MAINTAINER="jozee@slitaz.org" 1.12 @@ -9,7 +9,7 @@ 1.13 WANTED="vcdimager" 1.14 WEB_SITE="http://www.vcdimager.org/" 1.15 1.16 -DEPENDS="pkg-config" 1.17 +DEPENDS="pkg-config vcdimager" 1.18 1.19 # Rules to gen a SliTaz package suitable for Tazpkg. 1.20 genpkg_rules()
2.1 --- a/vcdimager/receipt Sat Mar 30 18:17:37 2019 +0100 2.2 +++ b/vcdimager/receipt Sun Mar 31 13:48:00 2019 +0200 2.3 @@ -1,7 +1,7 @@ 2.4 # SliTaz package receipt 2.5 2.6 PACKAGE="vcdimager" 2.7 -VERSION="0.7.23" 2.8 +VERSION="2.0.1" 2.9 CATEGORY="multimedia" 2.10 SHORT_DESC="vcd tools" 2.11 MAINTAINER="jozee@slitaz.org" 2.12 @@ -17,7 +17,6 @@ 2.13 # Rules to configure and make the package. 2.14 compile_rules() 2.15 { 2.16 - cd $src 2.17 ./configure $CONFIGURE_ARGS && 2.18 make && make install 2.19 } 2.20 @@ -25,6 +24,7 @@ 2.21 # Rules to gen a SliTaz package suitable for Tazpkg. 2.22 genpkg_rules() 2.23 { 2.24 - mkdir -p $fs/usr/bin 2.25 - cp -a $install/usr/bin/vcdimager $fs/usr/bin 2.26 + mkdir -p $fs/usr/lib 2.27 + cp -a $install/usr/bin $fs/usr 2.28 + cp -a $install/usr/lib/*.so* $fs/usr/lib 2.29 }