wok-current diff libsdl-gfx/receipt @ rev 18475
Up tazpkg-test(845): fix installing to "non directory"
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Tue Oct 06 15:50:16 2015 +0300 (2015-10-06) |
parents | 10e6c72b2c15 |
children | 34e801e0eb52 |
line diff
1.1 --- a/libsdl-gfx/receipt Sun Aug 11 18:44:25 2013 +0000 1.2 +++ b/libsdl-gfx/receipt Tue Oct 06 15:50:16 2015 +0300 1.3 @@ -9,7 +9,7 @@ 1.4 LICENSE="LGPL" 1.5 TARBALL="$SOURCE-$VERSION.tar.gz" 1.6 WEB_SITE="http://www.ferzkopp.net/joomla/content/view/19/14/" 1.7 -WGET_URL="http://www.ferzkopp.net/Software/SDL_gfx-2.0/$TARBALL" 1.8 +WGET_URL="http://www.ferzkopp.net/Software/SDL_gfx-${VERSION%.*}/$TARBALL" 1.9 1.10 DEPENDS="libsdl" 1.11 BUILD_DEPENDS="libsdl-dev" 1.12 @@ -17,7 +17,6 @@ 1.13 # Rules to configure and make the package. 1.14 compile_rules() 1.15 { 1.16 - cd $src 1.17 ./configure $CONFIGURE_ARGS && make && make install 1.18 } 1.19