wok-next annotate tyrian/receipt @ rev 21445

updated scim (1.4.17 -> 1.4.18)
author Hans-G?nter Theisgen
date Tue May 05 16:55:11 2020 +0100 (2020-05-05)
parents 8e1b2a143eb3
children
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@21020 6 SHORT_DESC="DOS shoot-em-up game; you need open-tyrian to run it"
al@21020 7 MAINTAINER="devel@slitaz.org"
al@20503 8 LICENSE="other"
al@20949 9 WEB_SITE="https://bitbucket.org/opentyrian/opentyrian/wiki/Home"
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 }