wok view pysolfc/receipt @ rev 17351

Up slitaz-tools (5.8.13)
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Fri Nov 14 22:59:33 2014 +0100 (2014-11-14)
parents caf70f451921
children 86790a278e70
line source
1 # SliTaz package receipt.
3 PACKAGE="pysolfc"
4 SOURCE="PySolFC"
5 VERSION="2.0"
6 CATEGORY="games"
7 SHORT_DESC="PySolFC is an extended version of PySol (a solitaire card game)"
8 MAINTAINER="claudinei@slitaz.org"
9 LICENSE="GPL3"
10 WEB_SITE="http://sourceforge.net/projects/pysolfc"
11 TARBALL="$SOURCE-$VERSION.tar.bz2"
12 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
14 DEPENDS="python tk"
15 BUILD_DEPENDS="$DEPENDS"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 python setup.py install --prefix=$install/usr
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 find $install -type f -name "*.pyc" -delete 2>/dev/null
27 cp -a $install/* $fs
28 }