wok-next diff lutris/receipt @ rev 21087
Updates...
Revert names: libsdl -> sdl, libsmpeg -> smpeg, libtdb -> tdb
Revert names: libsdl -> sdl, libsmpeg -> smpeg, libtdb -> tdb
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Fri Dec 28 05:11:49 2018 +0200 (2018-12-28) |
parents | a3254b6a96ac |
children |
line diff
1.1 --- a/lutris/receipt Tue Sep 25 17:35:51 2018 +0300 1.2 +++ b/lutris/receipt Fri Dec 28 05:11:49 2018 +0200 1.3 @@ -3,28 +3,22 @@ 1.4 PACKAGE="lutris" 1.5 VERSION="0.3.4" 1.6 CATEGORY="games" 1.7 -SHORT_DESC="An open gaming platform for Linux." 1.8 +SHORT_DESC="An open gaming platform for Linux" 1.9 MAINTAINER="pascal.bellard@slitaz.org" 1.10 LICENSE="GPL3" 1.11 +WEB_SITE="https://lutris.net/" 1.12 + 1.13 TARBALL="${PACKAGE}_$VERSION.tar.gz" 1.14 -WEB_SITE="https://lutris.net/" 1.15 WGET_URL="${WEB_SITE}releases/$TARBALL" 1.16 1.17 -DEPENDS="python python-pyxdg python-pygobject2 python-pyyaml libsoup" 1.18 BUILD_DEPENDS="python python-pyxdg" 1.19 1.20 -SUGGESTED="wine scummvm gens-gs mupen64plus dosbox pcsxr-svn" 1.21 -# uae mednafen sdlmame snes9x-gtk steam atari800 dolphin-emu frotz hatari 1.22 -# jzintv mednafen nulldc o2em openmsx osmose 1.23 - 1.24 -# Rules to configure and make the package. 1.25 -compile_rules() 1.26 -{ 1.27 - python setup.py install --root=$DESTDIR 1.28 +compile_rules() { 1.29 + python -B setup.py install --root=$install 1.30 } 1.31 1.32 -# Rules to gen a SliTaz package suitable for Tazpkg. 1.33 -genpkg_rules() 1.34 -{ 1.35 +genpkg_rules() { 1.36 cp -a $install/usr $fs 1.37 + DEPENDS="python python-pyxdg python-pygobject2 python-pyyaml libsoup" 1.38 + SUGGESTED="wine scummvm gens-gs mupen64plus dosbox pcsxr-svn" 1.39 }