SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "tyrian"

# SliTaz package receipt.

PACKAGE="tyrian"
VERSION="21"
CATEGORY="non-free"
SHORT_DESC="Tyrian is a the DOS shoot-em-up;you need open-tyrian to run it."
MAINTAINER="mallory@sweetpeople.org"
BUILD_DEPENDS="wget"
TARBALL="$PACKAGE$VERSION.zip"
WEB_SITE="https://github.com/opentyrian/opentyrian"
WGET_URL="https://sites.google.com/a/camanis.net/opentyrian/tyrian/$TARBALL"

LICENSE="other"

# What is the latest version available today?
current_version()
{
    wget -O - https://github.com/opentyrian/opentyrian/releases 2>/dev/null | \
    sed '/archive.*tar/!d;s|.*/v*\(.*\).tar.*|\1|;q'
}

# Rules to configure and make the package.
compile_rules()
{
    :
}

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
    mkdir -p $fs/usr/games/opentyrian
    cd $src
    for file in *; do
        [ "$file" = "${file%.exe}" ] || continue
        [ "$file" = "${file%.doc}" ] || continue
        cp $file $fs/usr/games/opentyrian
    done
}

6047 packages and 209931 files in current database (Wed Jun 26 15:35:30 2024)