# HG changeset patch # User Pascal Bellard # Date 1218440061 0 # Node ID d5647924b49c6d6a893cc538fcf5dda488287f05 # Parent 3cc1d65e6423a953cb807fc994582aed2bd386ee Add pyparsing diff -r 3cc1d65e6423 -r d5647924b49c pyparsing/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pyparsing/receipt Mon Aug 11 07:34:21 2008 +0000 @@ -0,0 +1,27 @@ +# SliTaz package receipt. + +PACKAGE="pyparsing" +VERSION="1.5.0" +CATEGORY="development" +SHORT_DESC="Fuse Filsystem in user space." +MAINTAINER="pascal.bellard@slitaz.org" +TARBALL="$PACKAGE-$VERSION.tar.gz" +WEB_SITE="http://pyparsing.wikispaces.com/" +WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" +DEPENDS="python" +BUILD_DEPENDS="python" + +# Rules to configure and make the package. +compile_rules() +{ + cd $src + python setup.py build + python setup.py install --root=$PWD/_pkg +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + cp -a $_pkg/usr $fs +} +