wok diff libsdl-gfx/receipt @ rev 21799

Fix chromaprint & guvcview
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Aug 10 13:12:53 2019 +0200 (2019-08-10)
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	Sat Aug 10 13:12:53 2019 +0200
     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