wok view python-urwid/receipt @ rev 10082

Up: qt4 to 4.7.3. This adds sercurity fixes in this release. Add libQtPlugins so you don't need to install Qt4-dev to run mixxx.
author Christopher Rogers <slaxemulator@gmail.com>
date Fri May 20 06:22:56 2011 +0000 (2011-05-20)
parents
children 28118660ac22
line source
1 # SliTaz package receipt.
3 PACKAGE="python-urwid"
4 VERSION="0.9.9.1"
5 CATEGORY="development"
6 SHORT_DESC="Console user interface library for Python."
7 MAINTAINER="paul@slitaz.org"
8 DEPENDS="python"
9 BUILD_DEPENDS="python python-dev"
10 SOURCE="urwid"
11 TARBALL="$SOURCE-$VERSION.tar.gz"
12 WEB_SITE="http://excess.org/urwid/"
13 WGET_URL="http://excess.org/urwid/$TARBALL"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 cd $src
19 python setup.py install --root=$PWD/_pkg
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 cp -a $_pkg/usr $fs
26 }