wok diff libsdl-gfx/receipt @ rev 22420

these 3 packages seem not used in xfce4 v4.12, so reverting to last version in slitaz: 4.10.0: libxfcegui4 libxfcegui4-dev xfce4-mixer
author Erkan Yilmaz <erkan@slitaz.org>
date Sun Dec 15 09:01:23 2019 +0000 (2019-12-15)
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	Sun Dec 15 09:01:23 2019 +0000
     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