wok diff libsdl-gfx/receipt @ rev 19521

gst-libav: fix build
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Wed Nov 23 22:36:35 2016 +0100 (2016-11-23)
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	Wed Nov 23 22:36:35 2016 +0100
     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