wok-next rev 13967
Add: pysolfc (2.0)
author | Claudinei Pereira <claudinei@slitaz.org> |
---|---|
date | Fri Feb 01 17:33:55 2013 -0200 (2013-02-01) |
parents | 6af97d5ff38a |
children | 108b6ea76839 |
files | pysolfc/receipt |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/pysolfc/receipt Fri Feb 01 17:33:55 2013 -0200 1.3 @@ -0,0 +1,27 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="pysolfc" 1.7 +SOURCE="PySolFC" 1.8 +VERSION="2.0" 1.9 +CATEGORY="games" 1.10 +SHORT_DESC="PySolFC is an extended version of PySol (a solitaire card game)" 1.11 +MAINTAINER="claudinei@slitaz.org" 1.12 +WEB_SITE="http://sourceforge.net/projects/pysolfc" 1.13 +TARBALL="$SOURCE-$VERSION.tar.bz2" 1.14 +WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 1.15 + 1.16 +DEPENDS="python tk" 1.17 +BUILD_DEPENDS="$DEPENDS" 1.18 + 1.19 +# Rules to configure and make the package. 1.20 +compile_rules() 1.21 +{ 1.22 + python setup.py install --prefix=$install/usr 1.23 +} 1.24 + 1.25 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.26 +genpkg_rules() 1.27 +{ 1.28 + find $install -type f -name "*.pyc" -delete 2>/dev/null 1.29 + cp -a $install/* $fs 1.30 +}