wok diff singularity/receipt @ rev 11398
Compat: squirrelmail trigger cook of squirrelmail-* only when using cookutils - I don't think this piece of code is needed at all as squirrel-* will be cooked anyway if one update them
author | Antoine Bodin <gokhlayeh@slitaz.org> |
---|---|
date | Sat Dec 10 13:19:00 2011 +0100 (2011-12-10) |
parents | df6af0a6d256 |
children | 164fcaca1cd0 |
line diff
1.1 --- a/singularity/receipt Tue Oct 26 13:14:13 2010 +0200 1.2 +++ b/singularity/receipt Sat Dec 10 13:19:00 2011 +0100 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