wok-next diff splint/receipt @ rev 21229

updated clamav (0.99.4 -> 0.101.1)
author Hans-G?nter Theisgen
date Tue Dec 03 16:54:38 2019 +0100 (2019-12-03)
parents ee15b6380b31
children
line diff
     1.1 --- a/splint/receipt	Fri Mar 06 17:07:08 2015 +0100
     1.2 +++ b/splint/receipt	Tue Dec 03 16:54:38 2019 +0100
     1.3 @@ -3,8 +3,8 @@
     1.4  PACKAGE="splint"
     1.5  VERSION="3.1.2"
     1.6  CATEGORY="development"
     1.7 -SHORT_DESC="A tool for statically checking C programs for security vulnerabilities and coding mistakes."
     1.8 -MAINTAINER="rocky@slitaz.org"
     1.9 +SHORT_DESC="A tool for statically checking C programs for security vulnerabilities and coding mistakes"
    1.10 +MAINTAINER="devel@slitaz.org"
    1.11  LICENSE="GPL2"
    1.12  TARBALL="$PACKAGE-$VERSION.src.tgz"
    1.13  WEB_SITE="http://www.splint.org/"
    1.14 @@ -12,17 +12,15 @@
    1.15  
    1.16  BUILD_DEPENDS="flex autoconf automake libtool"
    1.17  
    1.18 -# Rules to configure and make the package.
    1.19 -compile_rules()
    1.20 -{
    1.21 +compile_rules() {
    1.22  	autoreconf -i
    1.23 -	./configure $CONFIGURE_ARGS && make -j1 && make install
    1.24 +	./configure $CONFIGURE_ARGS &&
    1.25 +	make -j1 &&
    1.26 +	make install
    1.27  }
    1.28  
    1.29 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.30 -genpkg_rules()
    1.31 -{
    1.32 -    mkdir -p $fs/usr
    1.33 -    cp -a $install/usr/bin $fs/usr
    1.34 -    cp -a $install/usr/share $fs/usr
    1.35 +genpkg_rules() {
    1.36 +	mkdir -p $fs/usr
    1.37 +	cp -a $install/usr/bin $fs/usr
    1.38 +	cp -a $install/usr/share $fs/usr
    1.39  }