wok view pysolfc/receipt @ rev 14054

virtualbox-ose: splitted in virtualbox-ose for slitaz hosts and virtualbox-ose-guestutils for slitaz guests, can't get it to work without reboot
author ernia <monghitri@aruba.it>
date Tue Feb 19 20:23:53 2013 +0000 (2013-02-19)
parents
children 2b9f96603415
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 WEB_SITE="http://sourceforge.net/projects/pysolfc"
10 TARBALL="$SOURCE-$VERSION.tar.bz2"
11 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
13 DEPENDS="python tk"
14 BUILD_DEPENDS="$DEPENDS"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 python setup.py install --prefix=$install/usr
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 find $install -type f -name "*.pyc" -delete 2>/dev/null
26 cp -a $install/* $fs
27 }