wok-next annotate python-urwid/receipt @ rev 19358
syslinux/iso2exe: fix partition scan (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Jul 31 11:28:07 2016 +0200 (2016-07-31) |
parents | 7390f8de9846 |
children | 92698cd69f34 |
rev | line source |
---|---|
paul@5239 | 1 # SliTaz package receipt. |
paul@5239 | 2 |
paul@5239 | 3 PACKAGE="python-urwid" |
paul@18314 | 4 VERSION="1.3.0" |
paul@5239 | 5 CATEGORY="development" |
paul@5239 | 6 SHORT_DESC="Console user interface library for Python." |
paul@5239 | 7 MAINTAINER="paul@slitaz.org" |
pascal@14996 | 8 LICENSE="LGPL2.1" |
paul@5239 | 9 SOURCE="urwid" |
paul@5239 | 10 TARBALL="$SOURCE-$VERSION.tar.gz" |
paul@5239 | 11 WEB_SITE="http://excess.org/urwid/" |
paul@18314 | 12 WGET_URL="https://pypi.python.org/packages/source/u/urwid/$TARBALL" |
paul@5239 | 13 |
pascal@14996 | 14 DEPENDS="python" |
paul@18314 | 15 BUILD_DEPENDS="python python-dev wget" |
pascal@14996 | 16 |
paul@5239 | 17 # Rules to configure and make the package. |
paul@5239 | 18 compile_rules() |
paul@5239 | 19 { |
paul@13663 | 20 python setup.py install --root=$DESTDIR |
paul@5239 | 21 } |
paul@5239 | 22 |
paul@5239 | 23 # Rules to gen a SliTaz package suitable for Tazpkg. |
paul@5239 | 24 genpkg_rules() |
paul@5239 | 25 { |
paul@13663 | 26 cp -a $install/usr $fs |
paul@5239 | 27 } |