wok-current diff compiz-plugins-unsupported/receipt @ rev 17869
Use VERSION variable
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Mar 26 09:34:19 2015 +0100 (2015-03-26) |
parents | f08981ebc59f |
children | 8e1f5fe117e6 |
line diff
1.1 --- a/compiz-plugins-unsupported/receipt Sun Feb 23 19:58:48 2014 +0100 1.2 +++ b/compiz-plugins-unsupported/receipt Thu Mar 26 09:34:19 2015 +0100 1.3 @@ -8,7 +8,7 @@ 1.4 LICENSE="GPL2" 1.5 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.6 WEB_SITE="http://www.compiz.org/" 1.7 -WGET_URL="http://releases.compiz.org/0.9.4/$TARBALL" 1.8 +WGET_URL="http://releases.compiz.org/$VERSION/$TARBALL" 1.9 1.10 DEPENDS="xorg-libX11 compiz-core compiz-libcompizconfig gtk+ librsvg \ 1.11 compiz-plugins-main" 1.12 @@ -19,7 +19,6 @@ 1.13 # Rules to configure and make the package. 1.14 compile_rules() 1.15 { 1.16 - cd $src 1.17 mkdir build && cd build && 1.18 cmake \ 1.19 -DCMAKE_INSTALL_PREFIX="/usr" \