wok-next diff valgrind/receipt @ rev 21323

lcdnurse: added build dependency wxWidgets28
author Hans-G?nter Theisgen
date Wed Dec 11 14:19:01 2019 +0100 (2019-12-11)
parents d5aab818505e
children
line diff
     1.1 --- a/valgrind/receipt	Fri Nov 02 14:15:08 2018 +0200
     1.2 +++ b/valgrind/receipt	Wed Dec 11 14:19:01 2019 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt v2.
     1.5  
     1.6  PACKAGE="valgrind"
     1.7 -VERSION="3.13.0"
     1.8 +VERSION="3.14.0"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="Memory debugger and profiler"
    1.11  MAINTAINER="paul@slitaz.org"
    1.12 @@ -11,14 +11,15 @@
    1.13  
    1.14  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.15  WGET_URL="https://sourceware.org/ftp/valgrind/$TARBALL"
    1.16 +TARBALL_SHA1="182afd405b92ddb6f52c6729e848eacf4b1daf46"
    1.17  
    1.18  BUILD_DEPENDS="perl"
    1.19  SPLIT="$PACKAGE-dev"
    1.20  
    1.21 +SUGGESTED_std="perl"
    1.22 +TAGS_std="profiler"
    1.23 +
    1.24  compile_rules() {
    1.25 -	# glibc-2.26 bug
    1.26 -	sed -i '1904s/4/5/' coregrind/m_syswrap/syswrap-linux.c
    1.27 -
    1.28  	# versioned folder for docs
    1.29  	sed -i 's|/doc/valgrind||' docs/Makefile.in
    1.30  
    1.31 @@ -28,14 +29,3 @@
    1.32  	make &&
    1.33  	make install
    1.34  }
    1.35 -
    1.36 -genpkg_rules() {
    1.37 -	case $PACKAGE in
    1.38 -		valgrind)
    1.39 -			copy @std
    1.40 -			SUGGESTED="perl"
    1.41 -			TAGS="profiler"
    1.42 -			;;
    1.43 -		*-dev) copy @dev;;
    1.44 -	esac
    1.45 -}