wok-next annotate tyrian/receipt @ rev 20503

Packing...
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Mar 16 06:03:21 2018 +0200 (2018-03-16)
parents de49f29b101e
children cd7906120828
rev   line source
al@20503 1 # SliTaz package receipt v2.
gokhlayeh@8565 2
gokhlayeh@8565 3 PACKAGE="tyrian"
gokhlayeh@8565 4 VERSION="21"
gokhlayeh@8565 5 CATEGORY="non-free"
al@20503 6 SHORT_DESC="Tyrian is a the DOS shoot-em-up; you need open-tyrian to run it"
pascal@14277 7 MAINTAINER="mallory@sweetpeople.org"
al@20503 8 LICENSE="other"
al@20503 9 WEB_SITE="http://code.google.com/p/opentyrian/"
al@20503 10
gokhlayeh@8565 11 TARBALL="$PACKAGE$VERSION.zip"
gokhlayeh@8565 12 WGET_URL="https://sites.google.com/a/camanis.net/opentyrian/tyrian/$TARBALL"
gokhlayeh@8565 13
al@20503 14 compile_rules() {
al@20503 15 mkdir -p $install/usr/games/opentyrian/
al@20503 16 cp $src/* $install/usr/games/opentyrian/
al@20503 17 find $install -type f \( -name '*.exe' -o -name '*.doc' \) -delete
gokhlayeh@8565 18 }
gokhlayeh@8565 19
al@20503 20 genpkg_rules() {
al@20503 21 copy @std
gokhlayeh@8565 22 }