wok diff vmtouch/receipt @ rev 21335
updated libvpx and libvpx-dev again (1.3.0 -> 1.8.0)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Apr 19 16:32:12 2019 +0100 (2019-04-19) |
parents | 61a8957ac604 |
children | 7b00cceb3650 |
line diff
1.1 --- a/vmtouch/receipt Sun May 07 15:59:20 2017 +0100 1.2 +++ b/vmtouch/receipt Fri Apr 19 16:32:12 2019 +0100 1.3 @@ -16,14 +16,13 @@ 1.4 # Rules to configure and make the package. 1.5 compile_rules() 1.6 { 1.7 - make 1.8 - make DESTDIR=$DESTDIR install 1.9 + make 1.10 } 1.11 1.12 # Rules to gen a SliTaz package suitable for Tazpkg. 1.13 genpkg_rules() 1.14 { 1.15 - mkdir -p $fs/usr 1.16 - cp -a $install/usr/bin $fs/usr 1.17 + mkdir -p $fs/usr/bin 1.18 + cp -a $src/$PACKAGE $fs/usr/bin 1.19 } 1.20