wok-next view tyrian/receipt @ rev 20845

Add neofetch, tcl2c-fork; build two versions of tklauncher (using tcl2c and tcl2c-fork) with different warnings
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Jun 23 09:45:42 2018 +0300 (2018-06-23)
parents de49f29b101e
children cd7906120828
line source
1 # SliTaz package receipt v2.
3 PACKAGE="tyrian"
4 VERSION="21"
5 CATEGORY="non-free"
6 SHORT_DESC="Tyrian is a the DOS shoot-em-up; you need open-tyrian to run it"
7 MAINTAINER="mallory@sweetpeople.org"
8 LICENSE="other"
9 WEB_SITE="http://code.google.com/p/opentyrian/"
11 TARBALL="$PACKAGE$VERSION.zip"
12 WGET_URL="https://sites.google.com/a/camanis.net/opentyrian/tyrian/$TARBALL"
14 compile_rules() {
15 mkdir -p $install/usr/games/opentyrian/
16 cp $src/* $install/usr/games/opentyrian/
17 find $install -type f \( -name '*.exe' -o -name '*.doc' \) -delete
18 }
20 genpkg_rules() {
21 copy @std
22 }