wok-next view tyrian/receipt @ rev 20930

pyaudio -> python-pyaudio
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Aug 23 07:07:52 2018 +0300 (2018-08-23)
parents da9e80c5d4bb
children 8e1b2a143eb3
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/"
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 }