SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "lutris"

# SliTaz package receipt.

PACKAGE="lutris"
VERSION="0.5.4"
CATEGORY="games"
SHORT_DESC="An open gaming platform for Linux."
MAINTAINER="pascal.bellard@slitaz.org"
LICENSE="GPL3"
WEB_SITE="https://lutris.net/"

TARBALL="${PACKAGE}_$VERSION.tar.xz"
WGET_URL="${WEB_SITE}releases/$TARBALL"

SUGGESTED="wine scummvm gens-gs mupen64plus dosbox pcsxr-svn"
# uae mednafen sdlmame snes9x-gtk steam atari800 dolphin-emu frotz hatari
# jzintv mednafen nulldc o2em openmsx osmose
DEPENDS="py3k python-xdg pygobject python-pyyaml libsoup"
BUILD_DEPENDS="py3k python-setuptools python-xdg"

# What is the latest version available today?
current_version()
{
    wget -O - ${WGET_URL%/*} 2>/dev/null | \
    sed "/latest/d;/$PACKAGE.[0-9]/!d;/tar/!d;s|.*$PACKAGE.\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q
}

# Rules to configure and make the package.
compile_rules()
{
    python3 setup.py install --root=$DESTDIR
}

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
    cp -a $install/usr    $fs
}
5935 packages and 845880 files in cooking database (Mon May 13 00:00:13 2024)