wok-next view tyrian/receipt @ rev 20957

Random updates
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Sep 05 15:26:05 2018 +0300 (2018-09-05)
parents cd7906120828
children d5aab818505e
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="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 }