# HG changeset patch # User Christopher Rogers # Date 1287759783 0 # Node ID bf83cc941560bfa5cf61eafeb235f573a12ca688 # Parent dfa088e80f23683a21a345a1cdd81cc2a294fbfa Added singularity. Strategy game - simulation of true AL. diff -r dfa088e80f23 -r bf83cc941560 singularity/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/singularity/receipt Fri Oct 22 15:03:03 2010 +0000 @@ -0,0 +1,26 @@ +# SliTaz package receipt. + +PACKAGE="singularity" +VERSION="0.30b" +CATEGORY="games" +SHORT_DESC="Strategy game - simulation of true Al" +MAINTAINER="slaxemulator@gmail.com" +DEPENDS="python python-pygame libsdl-image libsdl-mixer python-numpy" +TARBALL="$PACKAGE-$VERSION-src.tar.gz" +WEB_SITE="http://emhsoft.com/singularity/index.html" +WGET_URL="http://endgame-singularity.googlecode.com/files/$TARBALL" + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr/bin $fs/usr/share/singularity + cp -a $src/singularity.py $fs/usr/share/singularity + cat >> $fs/usr/bin/singularity <