wok view lutris/receipt @ rev 23146

updated lutris (0.3.4 -> 0.5.4)
author Hans-G?nter Theisgen
date Sun Mar 15 09:50:02 2020 +0100 (2020-03-15)
parents a78610b2eb47
children 8f4d7f7edd9e
line source
1 # SliTaz package receipt.
3 PACKAGE="lutris"
4 VERSION="0.5.4"
5 CATEGORY="games"
6 SHORT_DESC="An open gaming platform for Linux."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL3"
9 TARBALL="${PACKAGE}_$VERSION.tar.gz"
10 WEB_SITE="https://lutris.net/"
11 WGET_URL="${WEB_SITE}releases/$TARBALL"
13 SUGGESTED="wine scummvm gens-gs mupen64plus dosbox pcsxr-svn"
14 # uae mednafen sdlmame snes9x-gtk steam atari800 dolphin-emu frotz hatari
15 # jzintv mednafen nulldc o2em openmsx osmose
16 DEPENDS="py3k python-xdg pygobject python-pyyaml libsoup"
17 BUILD_DEPENDS="py3k python-setuptools python-xdg"
19 # Rules to configure and make the package.
20 compile_rules()
21 {
22 python3 setup.py install --root=$DESTDIR
23 }
25 # Rules to gen a SliTaz package suitable for Tazpkg.
26 genpkg_rules()
27 {
28 cp -a $install/usr $fs
29 }