wok diff cmake/receipt @ rev 19194

Add: EtherApe. A graphical network monitor for SliTaz.
author Leonardo Laporte <hackdorte@sapo.pt>
date Mon Jun 06 09:08:05 2016 -0300 (2016-06-06)
parents 13a965019b9c
children 271168d720b4
line diff
     1.1 --- a/cmake/receipt	Tue Feb 10 20:18:55 2015 +0000
     1.2 +++ b/cmake/receipt	Mon Jun 06 09:08:05 2016 -0300
     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 \