wok-next diff cmake/receipt @ rev 18291
Up slitaz-boot-scripts (409)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Aug 15 09:24:54 2015 +0200 (2015-08-15) |
parents | 13a965019b9c |
children | 35a20e111081 |
line diff
1.1 --- a/cmake/receipt Tue Feb 10 20:18:55 2015 +0000 1.2 +++ b/cmake/receipt Sat Aug 15 09:24:54 2015 +0200 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 \