wok-next diff lbreakout2/receipt @ rev 20312

Up lbreakout2 (2.6.5)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Nov 10 21:31:06 2017 +0100 (2017-11-10)
parents e8c84b81fa04
children dd145c435e4b
line diff
     1.1 --- a/lbreakout2/receipt	Wed Jul 06 12:08:46 2016 +0200
     1.2 +++ b/lbreakout2/receipt	Fri Nov 10 21:31:06 2017 +0100
     1.3 @@ -1,17 +1,16 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="lbreakout2"
     1.7 -VERSION="2.6beta-7"
     1.8 +VERSION="2.6.5"
     1.9  CATEGORY="games"
    1.10  SHORT_DESC="Breakout clone."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12  LICENSE="GPL2"
    1.13  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.14  WEB_SITE="http://lgames.sourceforge.net/index.php?project=LBreakout2"
    1.15 -#WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    1.16  WGET_URL="http://prdownloads.sourceforge.net/lgames/$TARBALL"
    1.17  
    1.18 -DEPENDS="libpng libsdl libsdl-mixer  zlib"
    1.19 +DEPENDS="libpng libsdl libsdl-mixer zlib"
    1.20  BUILD_DEPENDS="libpng-dev libsdl-dev"
    1.21  
    1.22  # Rules to configure and make the package.
    1.23 @@ -33,4 +32,3 @@
    1.24  	rm -rf $fs/usr/share/doc
    1.25  	cp -a stuff/* $fs
    1.26  }
    1.27 -