wok view pysolfc/receipt @ rev 16101

php: no more COMMON_ARGS
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Mar 17 13:06:49 2014 +0000 (2014-03-17)
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 }