wok-current rev 16071
Add lutris
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Mar 13 11:57:30 2014 +0000 (2014-03-13) |
parents | 6430769b32b3 |
children | 893447290d82 |
files | lutris/receipt |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/lutris/receipt Thu Mar 13 11:57:30 2014 +0000 1.3 @@ -0,0 +1,31 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="lutris" 1.7 +VERSION="0.3.4" 1.8 +CATEGORY="games" 1.9 +SHORT_DESC="An open gaming platform for Linux." 1.10 +MAINTAINER="pascal.bellard@slitaz.org" 1.11 +LICENSE="GPL3" 1.12 +TARBALL="${PACKAGE}_$VERSION.tar.gz" 1.13 +WEB_SITE="http://lutris.net/" 1.14 +WGET_URL="${WEB_SITE}releases/$TARBALL" 1.15 + 1.16 +DEPENDS="python-xdg pygobject python-pyyaml libsoup" 1.17 +BUILD_DEPENDS="python python-xdg" 1.18 + 1.19 +SUGGESTED="wine scummvm gens-gs mupen64plus" 1.20 +# uae mednafen sdlmame snes9x-gtk steam atari800 dolphin-emu frotz dosbox hatari 1.21 +# jzintv mednafen nulldc o2em openmsx osmose pcsxr-svn 1.22 + 1.23 +# Rules to configure and make the package. 1.24 +compile_rules() 1.25 +{ 1.26 + python setup.py install --root=$DESTDIR 1.27 +} 1.28 + 1.29 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.30 +genpkg_rules() 1.31 +{ 1.32 + cp -a $install/usr $fs 1.33 +} 1.34 +