# HG changeset patch # User Paul Issott # Date 1270922780 0 # Node ID c380ac0526038c648ed7edd17f74e4c18f4473c8 # Parent 94222de071f12dcb732fb6b56dab2dad1306e190 Add: python-urwid diff -r 94222de071f1 -r c380ac052603 python-urwid/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/python-urwid/receipt Sat Apr 10 18:06:20 2010 +0000 @@ -0,0 +1,27 @@ +# SliTaz package receipt. + +PACKAGE="python-urwid" +VERSION="0.9.9.1" +CATEGORY="development" +SHORT_DESC="Console user interface library for Python." +MAINTAINER="paul@slitaz.org" +DEPENDS="python" +BUILD_DEPENDS="python python-dev" +SOURCE="urwid" +TARBALL="$SOURCE-$VERSION.tar.gz" +WEB_SITE="http://excess.org/urwid/" +WGET_URL="http://excess.org/urwid/$TARBALL" + +# Rules to configure and make the package. +compile_rules() +{ + cd $src + python setup.py install --root=$PWD/_pkg +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + cp -a $_pkg/usr $fs +} +