wok diff python-urwid/receipt @ rev 15969

openssl: up to 1.0.1f + add to ARM arch (almost rewrite receipt)
author Christophe Lincoln <pankso@slitaz.org>
date Mon Feb 24 23:42:48 2014 +0100 (2014-02-24)
parents 26f251d80c76
children 7390f8de9846
line diff
     1.1 --- a/python-urwid/receipt	Fri Nov 23 13:35:20 2012 +0000
     1.2 +++ b/python-urwid/receipt	Mon Feb 24 23:42:48 2014 +0100
     1.3 @@ -5,13 +5,15 @@
     1.4  CATEGORY="development"
     1.5  SHORT_DESC="Console user interface library for Python."
     1.6  MAINTAINER="paul@slitaz.org"
     1.7 -DEPENDS="python"
     1.8 -BUILD_DEPENDS="python python-dev"
     1.9 +LICENSE="LGPL2.1"
    1.10  SOURCE="urwid"
    1.11  TARBALL="$SOURCE-$VERSION.tar.gz"
    1.12  WEB_SITE="http://excess.org/urwid/"
    1.13  WGET_URL="http://excess.org/urwid/$TARBALL"
    1.14  
    1.15 +DEPENDS="python"
    1.16 +BUILD_DEPENDS="python python-dev"
    1.17 +
    1.18  # Rules to configure and make the package.
    1.19  compile_rules()
    1.20  {