wok-next view lutris/receipt @ rev 21590
updated dialog (1.3-20181107 -> 1.3.20200327)
author | Hans-G?nter Theisgen |
---|---|
date | Wed Jun 24 07:00:06 2020 +0100 (2020-06-24) |
parents | a3254b6a96ac |
children |
line source
1 # SliTaz package receipt.
3 PACKAGE="lutris"
4 VERSION="0.3.4"
5 CATEGORY="games"
6 SHORT_DESC="An open gaming platform for Linux"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL3"
9 WEB_SITE="https://lutris.net/"
11 TARBALL="${PACKAGE}_$VERSION.tar.gz"
12 WGET_URL="${WEB_SITE}releases/$TARBALL"
14 BUILD_DEPENDS="python python-pyxdg"
16 compile_rules() {
17 python -B setup.py install --root=$install
18 }
20 genpkg_rules() {
21 cp -a $install/usr $fs
22 DEPENDS="python python-pyxdg python-pygobject2 python-pyyaml libsoup"
23 SUGGESTED="wine scummvm gens-gs mupen64plus dosbox pcsxr-svn"
24 }