wok diff cmake/receipt @ rev 18700
jpilot: build workaround (cooker/tazpkg needs investigations)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Dec 16 10:12:38 2015 +0100 (2015-12-16) |
parents | 13a965019b9c |
children | 271168d720b4 |
line diff
1.1 --- a/cmake/receipt Tue Feb 10 20:18:55 2015 +0000 1.2 +++ b/cmake/receipt Wed Dec 16 10:12:38 2015 +0100 1.3 @@ -8,7 +8,7 @@ 1.4 LICENSE="BSD" 1.5 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.6 WEB_SITE="http://www.cmake.org/" 1.7 -WGET_URL="http://www.cmake.org/files/v3.1/$TARBALL" 1.8 +WGET_URL="http://www.cmake.org/files/v${VERSION%.*}/$TARBALL" 1.9 1.10 DEPENDS="openssl libidn gcc-lib-base" 1.11 BUILD_DEPENDS="ncurses-dev gcc-lib-base" 1.12 @@ -16,7 +16,6 @@ 1.13 # Rules to configure and make the package. 1.14 compile_rules() 1.15 { 1.16 - cd $src 1.17 ./bootstrap \ 1.18 --prefix=/usr \ 1.19 --docdir=/share/doc/$PACKAGE \