wok view lutris/receipt @ rev 21456

updated mlt-dev again (6.4.1 -> 6.14.0)
author Hans-G?nter Theisgen
date Mon Apr 29 17:54:45 2019 +0100 (2019-04-29)
parents 16df76e1fc6a
children 1d1c21c9b5be
line source
1 # SliTaz package receipt.
3 PACKAGE="lutris"
4 VERSION="0.3.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 DEPENDS="python python-xdg pygobject python-pyyaml libsoup"
14 BUILD_DEPENDS="python python-xdg"
16 SUGGESTED="wine scummvm gens-gs mupen64plus dosbox pcsxr-svn"
17 # uae mednafen sdlmame snes9x-gtk steam atari800 dolphin-emu frotz hatari
18 # jzintv mednafen nulldc o2em openmsx osmose
20 # Rules to configure and make the package.
21 compile_rules()
22 {
23 python 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 }