wok-next view lutris/receipt @ rev 21338

OpenSSL 1.0.2t -> 1.0.2u: overflow bug CVE-2019-1551
author Erkan Yilmaz <erkan@slitaz.org>
date Sat Dec 21 08:55:46 2019 +0000 (2019-12-21)
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 }