wok-next annotate lutris/receipt @ rev 21727
created recipe for vbindiff
author | Hans-G?nter Theisgen |
---|---|
date | Sat Nov 21 14:32:44 2020 +0100 (2020-11-21) |
parents | a3254b6a96ac |
children |
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" |
al@21020 | 6 SHORT_DESC="An open gaming platform for Linux" |
pascal@16071 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@16071 | 8 LICENSE="GPL3" |
al@21020 | 9 WEB_SITE="https://lutris.net/" |
al@21020 | 10 |
pascal@16071 | 11 TARBALL="${PACKAGE}_$VERSION.tar.gz" |
pascal@16071 | 12 WGET_URL="${WEB_SITE}releases/$TARBALL" |
pascal@16071 | 13 |
al@20976 | 14 BUILD_DEPENDS="python python-pyxdg" |
pascal@16071 | 15 |
al@21020 | 16 compile_rules() { |
al@21020 | 17 python -B setup.py install --root=$install |
pascal@16071 | 18 } |
pascal@16071 | 19 |
al@21020 | 20 genpkg_rules() { |
pascal@16071 | 21 cp -a $install/usr $fs |
al@21020 | 22 DEPENDS="python python-pyxdg python-pygobject2 python-pyyaml libsoup" |
al@21020 | 23 SUGGESTED="wine scummvm gens-gs mupen64plus dosbox pcsxr-svn" |
pascal@16071 | 24 } |