wok annotate 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
rev   line source
pascal@16071 1 # SliTaz package receipt.
pascal@16071 2
pascal@16071 3 PACKAGE="lutris"
Hans-G?nter@23146 4 VERSION="0.5.4"
pascal@16071 5 CATEGORY="games"
pascal@16071 6 SHORT_DESC="An open gaming platform for Linux."
pascal@16071 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@16071 8 LICENSE="GPL3"
pascal@16071 9 TARBALL="${PACKAGE}_$VERSION.tar.gz"
pascal@20669 10 WEB_SITE="https://lutris.net/"
pascal@16071 11 WGET_URL="${WEB_SITE}releases/$TARBALL"
pascal@16071 12
pascal@16072 13 SUGGESTED="wine scummvm gens-gs mupen64plus dosbox pcsxr-svn"
pascal@16072 14 # uae mednafen sdlmame snes9x-gtk steam atari800 dolphin-emu frotz hatari
pascal@16072 15 # jzintv mednafen nulldc o2em openmsx osmose
Hans-G?nter@23146 16 DEPENDS="py3k python-xdg pygobject python-pyyaml libsoup"
Hans-G?nter@23146 17 BUILD_DEPENDS="py3k python-setuptools python-xdg"
pascal@16071 18
pascal@16071 19 # Rules to configure and make the package.
pascal@16071 20 compile_rules()
pascal@16071 21 {
Hans-G?nter@23146 22 python3 setup.py install --root=$DESTDIR
pascal@16071 23 }
pascal@16071 24
pascal@16071 25 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@16071 26 genpkg_rules()
pascal@16071 27 {
Hans-G?nter@23146 28 cp -a $install/usr $fs
pascal@16071 29 }