wok diff muparser/receipt @ rev 20497

updated diffutils (3.3 -> 3.6)
author Hans-G?nter Theisgen
date Mon Oct 29 16:27:52 2018 +0100 (2018-10-29)
parents 23c3aed67cd9
children ae365a12a573
line diff
     1.1 --- a/muparser/receipt	Thu Dec 05 20:23:08 2013 +0000
     1.2 +++ b/muparser/receipt	Mon Oct 29 16:27:52 2018 +0100
     1.3 @@ -6,9 +6,9 @@
     1.4  SHORT_DESC="A fast math parser library"
     1.5  MAINTAINER="devl547@gmail.com"
     1.6  LICENSE="MIT"
     1.7 -TARBALL="muparser_v2_2_3.zip"
     1.8 +TARBALL="muparser_v${VERSION//./_}.zip"
     1.9  WEB_SITE="http://muparser.beltoforion.de/"
    1.10 -WGET_URL="http://downloads.sourceforge.net/project/muparser/muparser/Version%202.2.3/$TARBALL"
    1.11 +WGET_URL="http://downloads.sourceforge.net/project/muparser/muparser/Version%20$VERSION/$TARBALL"
    1.12  
    1.13  DEPENDS=""
    1.14  BUILD_DEPENDS=""
    1.15 @@ -16,7 +16,6 @@
    1.16  # Rules to configure and make the package.
    1.17  compile_rules()
    1.18  {
    1.19 -	cd $src
    1.20  	./configure \
    1.21  	--disable-samples \
    1.22  	 $CONFIGURE_ARGS &&