wok-next view tyrian/receipt @ rev 21020

Cleaning is almost finished... I should proceed to upgrades.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Nov 02 14:15:08 2018 +0200 (2018-11-02)
parents 8e1b2a143eb3
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="tyrian"
4 VERSION="21"
5 CATEGORY="non-free"
6 SHORT_DESC="DOS shoot-em-up game; you need open-tyrian to run it"
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="other"
9 WEB_SITE="https://bitbucket.org/opentyrian/opentyrian/wiki/Home"
10 REPOLOGY="opentyrian"
12 TARBALL="$PACKAGE$VERSION.zip"
13 WGET_URL="https://sites.google.com/a/camanis.net/opentyrian/tyrian/$TARBALL"
15 compile_rules() {
16 mkdir -p $install/usr/games/opentyrian/
17 cp $src/* $install/usr/games/opentyrian/
18 find $install -type f \( -name '*.exe' -o -name '*.doc' \) -delete
19 }
21 genpkg_rules() {
22 copy @std
23 }