wok-current annotate lutris/receipt @ rev 17195
bash: apply *all* security fixes
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Oct 08 14:52:55 2014 +0200 (2014-10-08) |
parents | 17c6977395fc |
children | 16df76e1fc6a |
rev | line source |
---|---|
pascal@16071 | 1 # SliTaz package receipt. |
pascal@16071 | 2 |
pascal@16071 | 3 PACKAGE="lutris" |
pascal@16071 | 4 VERSION="0.3.4" |
pascal@16071 | 5 CATEGORY="games" |
pascal@16071 | 6 SHORT_DESC="An open gaming platform for Linux." |
pascal@16071 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@16071 | 8 LICENSE="GPL3" |
pascal@16071 | 9 TARBALL="${PACKAGE}_$VERSION.tar.gz" |
pascal@16071 | 10 WEB_SITE="http://lutris.net/" |
pascal@16071 | 11 WGET_URL="${WEB_SITE}releases/$TARBALL" |
pascal@16071 | 12 |
pascal@16072 | 13 DEPENDS="python python-xdg pygobject python-pyyaml libsoup" |
pascal@16071 | 14 BUILD_DEPENDS="python python-xdg" |
pascal@16071 | 15 |
pascal@16072 | 16 SUGGESTED="wine scummvm gens-gs mupen64plus dosbox pcsxr-svn" |
pascal@16072 | 17 # uae mednafen sdlmame snes9x-gtk steam atari800 dolphin-emu frotz hatari |
pascal@16072 | 18 # jzintv mednafen nulldc o2em openmsx osmose |
pascal@16071 | 19 |
pascal@16071 | 20 # Rules to configure and make the package. |
pascal@16071 | 21 compile_rules() |
pascal@16071 | 22 { |
pascal@16071 | 23 python setup.py install --root=$DESTDIR |
pascal@16071 | 24 } |
pascal@16071 | 25 |
pascal@16071 | 26 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@16071 | 27 genpkg_rules() |
pascal@16071 | 28 { |
pascal@16071 | 29 cp -a $install/usr $fs |
pascal@16071 | 30 } |
pascal@16071 | 31 |