# HG changeset patch # User Mallory MOLLO # Date 1236626346 -3600 # Node ID aecb1ba84c8330b72b8f48bc630c87b9e8136cc8 # Parent 9a58fb34a5ac4f1a355a7efb2e0be0c6bb9a2b5d Add: OpenTyrian - Classic diff -r 9a58fb34a5ac -r aecb1ba84c83 opentyrian-classic/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/opentyrian-classic/receipt Mon Mar 09 20:19:06 2009 +0100 @@ -0,0 +1,48 @@ +# SliTaz package receipt. + +PACKAGE="opentyrian-classic" +VERSION="r886" +CATEGORY="games" +SHORT_DESC="OpenTyrian is a port of the DOS shoot-em-up Tyrian" +MAINTAINER="mallory@skyrock.com" +DEPENDS="libSDL libsdl-mixer" +BUILD_DEPENDS="subversion libSDL-dev libsdl-mixer-dev" +TARBALL="$PACKAGE-$VERSION.tar.gz" +WEB_SITE="http://code.google.com/p/opentyrian/" +WGET_URL="" + +. /etc/tazwok.conf +# Rules to configure and make the package. +compile_rules() +{ + cd "$WOK/$PACKAGE" + svn checkout -$VERSION http://opentyrian.googlecode.com/svn/trunk/classic "$PACKAGE-$VERSION" + cd $src + make + wget http://camanis.net/tyrian/tyrian21.zip + unzip tyrian21.zip +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr/bin + mkdir -p $fs/usr/share/applications + mkdir -p $fs/usr/share/pixmaps + mkdir -p $fs/usr/share/opentyrian + cp $src/tyrian $fs/usr/share/opentyrian + cp $src/opentyrian.desktop $fs/usr/share/applications + cp $src/tyrian.xpm $fs/usr/share/pixmaps + cp $src/tyrian21/* $fs/usr/share/opentyrian + rm -rf $fs/usr/share/opentyrian/*exe + rm -rf $fs/usr/share/opentyrian/*doc + cat > $fs/usr/bin/tyrian <