wok-next view tyrian/receipt @ rev 20853

Up xgalaga++; fix build: vzctl, vzquota, w3m
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sun Jun 24 19:03:37 2018 +0300 (2018-06-24)
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 }