wok-next annotate tyrian/receipt @ rev 20888

Check Repology info from q* to x* packages
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Jul 14 17:43:03 2018 +0300 (2018-07-14)
parents da9e80c5d4bb
children 8e1b2a143eb3
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@20888 10 REPOLOGY="opentyrian"
al@20503 11
gokhlayeh@8565 12 TARBALL="$PACKAGE$VERSION.zip"
gokhlayeh@8565 13 WGET_URL="https://sites.google.com/a/camanis.net/opentyrian/tyrian/$TARBALL"
gokhlayeh@8565 14
al@20503 15 compile_rules() {
al@20503 16 mkdir -p $install/usr/games/opentyrian/
al@20503 17 cp $src/* $install/usr/games/opentyrian/
al@20503 18 find $install -type f \( -name '*.exe' -o -name '*.doc' \) -delete
gokhlayeh@8565 19 }
gokhlayeh@8565 20
al@20503 21 genpkg_rules() {
al@20503 22 copy @std
gokhlayeh@8565 23 }