wok view lutris/receipt @ rev 23843

gettext: add ncurses to depends
author Richard Dunbar <mojo@slitaz.org>
date Sat Jun 13 02:21:20 2020 -0400 (2020-06-13)
parents 1d1c21c9b5be
children ad8b9ff412d2
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 WEB_SITE="https://lutris.net/"
11 TARBALL="${PACKAGE}_$VERSION.tar.xz"
12 WGET_URL="${WEB_SITE}releases/$TARBALL"
14 SUGGESTED="wine scummvm gens-gs mupen64plus dosbox pcsxr-svn"
15 # uae mednafen sdlmame snes9x-gtk steam atari800 dolphin-emu frotz hatari
16 # jzintv mednafen nulldc o2em openmsx osmose
17 DEPENDS="py3k python-xdg pygobject python-pyyaml libsoup"
18 BUILD_DEPENDS="py3k python-setuptools python-xdg"
20 # Rules to configure and make the package.
21 compile_rules()
22 {
23 python3 setup.py install --root=$DESTDIR
24 }
26 # Rules to gen a SliTaz package suitable for Tazpkg.
27 genpkg_rules()
28 {
29 cp -a $install/usr $fs
30 }