# HG changeset patch # User Hans-G?nter Theisgen # Date 1586338099 -3600 # Node ID 64421aad6af17f8ae179d812d6237dc4e1200137 # Parent 341e72d2d146c4911ed5f86c072bda256d22dd43 created recipe for python-pysol-cards diff -r 341e72d2d146 -r 64421aad6af1 python-pysol-cards/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/python-pysol-cards/receipt Wed Apr 08 10:28:19 2020 +0100 @@ -0,0 +1,29 @@ +# SliTaz package receipt. + +PACKAGE="python-pysol-cards" +VERSION="0.8.9" +CATEGORY="games" +SHORT_DESC="Deal PySol FreeCell cards." +MAINTAINER="maintainer@slitaz.org" +LICENSE="MIT" +WEB_SITE="https://pypi.org/project/pysol-cards/" + +SOURCE="pysol_cards" +TARBALL="$SOURCE-$VERSION.tar.gz" +WGET_URL="https://files.pythonhosted.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL" + +DEPENDS="python" +BUILD_DEPENDS="python" + +# Rules to configure and make the package. +compile_rules() +{ + python setup.py build && + python setup.py install --root=$DESTDIR +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + cp -a $install/usr $fs/usr +}