wok diff singularity/receipt @ rev 13094

Add blas
author Christopher Rogers <slaxemulator@gmail.com>
date Tue Jun 26 15:14:27 2012 +0000 (2012-06-26)
parents df6af0a6d256
children 164fcaca1cd0
line diff
     1.1 --- a/singularity/receipt	Tue Oct 26 13:14:13 2010 +0200
     1.2 +++ b/singularity/receipt	Tue Jun 26 15:14:27 2012 +0000
     1.3 @@ -1,20 +1,20 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="singularity"
     1.7 -VERSION="0.30b"
     1.8 +VERSION="0.30c"
     1.9  CATEGORY="games"
    1.10  SHORT_DESC="Strategy game - simulation of true Al"
    1.11  MAINTAINER="slaxemulator@gmail.com"
    1.12 -DEPENDS="python python-pygame libsdl-image libsdl-mixer python-numpy"
    1.13 -BUILD_DEPENDS="patch"
    1.14  TARBALL="$PACKAGE-$VERSION-src.tar.gz"
    1.15  WEB_SITE="http://emhsoft.com/singularity/index.html"
    1.16  WGET_URL="http://endgame-singularity.googlecode.com/files/$TARBALL"
    1.17  
    1.18 +DEPENDS="python python-pygame libsdl-image libsdl-mixer python-numpy"
    1.19 +BUILD_DEPENDS="patch"
    1.20 +
    1.21  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.22  genpkg_rules()
    1.23  {
    1.24 -	patch -p0 < stuff/percents-$VERSION.patch
    1.25  	mkdir -p $fs/usr/bin $fs/usr/games/singularity
    1.26  	cp -a $src/singularity.py $fs/usr/games/singularity
    1.27  	cat >> $fs/usr/bin/singularity <<EOT