wok-next view tyrian/receipt @ rev 21727

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
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 }