# HG changeset patch # User Claudinei Pereira # Date 1359747235 7200 # Node ID caf70f451921fabedc2a71c429926da83993b792 # Parent 6af97d5ff38aabac231d3107c9b9aca0bf5b6a38 Add: pysolfc (2.0) diff -r 6af97d5ff38a -r caf70f451921 pysolfc/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pysolfc/receipt Fri Feb 01 17:33:55 2013 -0200 @@ -0,0 +1,27 @@ +# SliTaz package receipt. + +PACKAGE="pysolfc" +SOURCE="PySolFC" +VERSION="2.0" +CATEGORY="games" +SHORT_DESC="PySolFC is an extended version of PySol (a solitaire card game)" +MAINTAINER="claudinei@slitaz.org" +WEB_SITE="http://sourceforge.net/projects/pysolfc" +TARBALL="$SOURCE-$VERSION.tar.bz2" +WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" + +DEPENDS="python tk" +BUILD_DEPENDS="$DEPENDS" + +# Rules to configure and make the package. +compile_rules() +{ + python setup.py install --prefix=$install/usr +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + find $install -type f -name "*.pyc" -delete 2>/dev/null + cp -a $install/* $fs +}