wok-next diff vmtouch/receipt @ rev 21289

updated gnuradio again (3.7.8 -> 3.8.0.0)
author Hans-G?nter Theisgen
date Sun Dec 08 12:33:53 2019 +0100 (2019-12-08)
parents d6c95474e8a1
children
line diff
     1.1 --- a/vmtouch/receipt	Tue Apr 03 15:08:22 2018 +0200
     1.2 +++ b/vmtouch/receipt	Sun Dec 08 12:33:53 2019 +0100
     1.3 @@ -3,26 +3,21 @@
     1.4  PACKAGE="vmtouch"
     1.5  VERSION="1.1.0"
     1.6  CATEGORY="utilities"
     1.7 -SHORT_DESC="The Virtual Memory Toucher."
     1.8 +SHORT_DESC="The Virtual Memory Toucher"
     1.9  MAINTAINER="paul@slitaz.org"
    1.10  LICENSE="BSD"
    1.11  WEB_SITE="https://hoytech.com/vmtouch/"
    1.12  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.13  WGET_URL="git|git://github.com/hoytech/vmtouch"
    1.14  
    1.15 -#DEPENDS=""
    1.16  BUILD_DEPENDS="git bzip2"
    1.17  
    1.18 -# Rules to configure and make the package.
    1.19 -compile_rules()
    1.20 -{
    1.21 +compile_rules() {
    1.22  	gcc -Wall -O2 -o vmtouch vmtouch.c &&
    1.23  	mkdir -p $install/usr/bin &&
    1.24  	cp -a $PACKAGE $install/usr/bin
    1.25  }
    1.26  
    1.27 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.28 -genpkg_rules()
    1.29 -{
    1.30 +genpkg_rules() {
    1.31  	cp -a $install/usr $fs/
    1.32  }