wok-next view python-urwid/receipt @ rev 20902

brotli: up (1.0.5); compton: re-version (0.1_beta2+87 -> 20170907); cookutils: up (1087); curl: up (7.61.0); file: up (5.33); gnutls: up (3.5.19); gvfs: up (1.36.2); meson: up (0.47.1); webkit2gtk: update bdeps; add libgdata and uhttpmock
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Jul 28 15:39:37 2018 +0300 (2018-07-28)
parents 513507578692
children 8b5b2a6d07b8
line source
1 # SliTaz package receipt.
3 PACKAGE="python-urwid"
4 VERSION="1.3.0"
5 CATEGORY="development"
6 SHORT_DESC="Console user interface library for Python."
7 MAINTAINER="paul@slitaz.org"
8 LICENSE="LGPL2.1"
9 WEB_SITE="http://excess.org/urwid/"
10 REPOLOGY="python:urwid"
12 SOURCE="urwid"
13 TARBALL="$SOURCE-$VERSION.tar.gz"
14 WGET_URL="https://pypi.python.org/packages/source/u/urwid/$TARBALL"
16 DEPENDS="python"
17 BUILD_DEPENDS="python python-dev wget"
19 # Rules to configure and make the package.
20 compile_rules()
21 {
22 python setup.py install --root=$DESTDIR
23 }
25 # Rules to gen a SliTaz package suitable for Tazpkg.
26 genpkg_rules()
27 {
28 cp -a $install/usr $fs
29 }