wok annotate lutris/receipt @ rev 23201

updated mtr (0.87 -> 0.93)
author Hans-G?nter Theisgen
date Fri Mar 20 17:01:22 2020 +0100 (2020-03-20)
parents 1d1c21c9b5be
children ad8b9ff412d2
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@20669 9 WEB_SITE="https://lutris.net/"
Hans-G?nter@23147 10
Hans-G?nter@23147 11 TARBALL="${PACKAGE}_$VERSION.tar.xz"
pascal@16071 12 WGET_URL="${WEB_SITE}releases/$TARBALL"
pascal@16071 13
pascal@16072 14 SUGGESTED="wine scummvm gens-gs mupen64plus dosbox pcsxr-svn"
pascal@16072 15 # uae mednafen sdlmame snes9x-gtk steam atari800 dolphin-emu frotz hatari
pascal@16072 16 # jzintv mednafen nulldc o2em openmsx osmose
Hans-G?nter@23146 17 DEPENDS="py3k python-xdg pygobject python-pyyaml libsoup"
Hans-G?nter@23146 18 BUILD_DEPENDS="py3k python-setuptools python-xdg"
pascal@16071 19
pascal@16071 20 # Rules to configure and make the package.
pascal@16071 21 compile_rules()
pascal@16071 22 {
Hans-G?nter@23146 23 python3 setup.py install --root=$DESTDIR
pascal@16071 24 }
pascal@16071 25
pascal@16071 26 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@16071 27 genpkg_rules()
pascal@16071 28 {
Hans-G?nter@23146 29 cp -a $install/usr $fs
pascal@16071 30 }