wok view pysolfc/receipt @ rev 14580

Fix wrong name and add ntfs-3g depends
author Stanislas Leduc <shann@slitaz.org>
date Sat May 25 20:31:54 2013 +0200 (2013-05-25)
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 }