wok-current diff muparser/receipt @ rev 18056
Up: cookutils, cookutils-daemon (737).
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Fri May 15 16:51:30 2015 +0300 (2015-05-15) |
parents | 23c3aed67cd9 |
children | ae365a12a573 |
line diff
1.1 --- a/muparser/receipt Thu Dec 05 20:23:08 2013 +0000 1.2 +++ b/muparser/receipt Fri May 15 16:51:30 2015 +0300 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 &&