# HG changeset patch # User Pascal Bellard # Date 1394711850 0 # Node ID 17c6977395fc3d368cc364046483c75a17f4a2ad # Parent 6430769b32b33a7801890d5bb28f9e806b074ed5 Add lutris diff -r 6430769b32b3 -r 17c6977395fc lutris/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/lutris/receipt Thu Mar 13 11:57:30 2014 +0000 @@ -0,0 +1,31 @@ +# SliTaz package receipt. + +PACKAGE="lutris" +VERSION="0.3.4" +CATEGORY="games" +SHORT_DESC="An open gaming platform for Linux." +MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL3" +TARBALL="${PACKAGE}_$VERSION.tar.gz" +WEB_SITE="http://lutris.net/" +WGET_URL="${WEB_SITE}releases/$TARBALL" + +DEPENDS="python-xdg pygobject python-pyyaml libsoup" +BUILD_DEPENDS="python python-xdg" + +SUGGESTED="wine scummvm gens-gs mupen64plus" +# uae mednafen sdlmame snes9x-gtk steam atari800 dolphin-emu frotz dosbox hatari +# jzintv mednafen nulldc o2em openmsx osmose pcsxr-svn + +# Rules to configure and make the package. +compile_rules() +{ + python setup.py install --root=$DESTDIR +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + cp -a $install/usr $fs +} +