wok-next view lutris/receipt @ rev 21521

updated bleachbit (2.0 -> 4.0.0)
author Hans-G?nter Theisgen
date Fri Jun 19 13:23:49 2020 +0100 (2020-06-19)
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 }