wok-6.x rev 19946

Up vmtouch (1.3.0)
author Paul Issott <paul@slitaz.org>
date Sun May 07 15:59:20 2017 +0100 (2017-05-07)
parents be440524d9d2
children 1c1ff70768b7
files vmtouch/receipt
line diff
     1.1 --- a/vmtouch/receipt	Sun May 07 15:47:05 2017 +0100
     1.2 +++ b/vmtouch/receipt	Sun May 07 15:59:20 2017 +0100
     1.3 @@ -16,13 +16,14 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 -	gcc -Wall -O2 -o vmtouch vmtouch.c
     1.8 +	make
     1.9 +	make DESTDIR=$DESTDIR install
    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/bin
    1.16 -	cp -a $src/$PACKAGE $fs/usr/bin
    1.17 +	mkdir -p $fs/usr
    1.18 +	cp -a $install/usr/bin $fs/usr
    1.19  }
    1.20