wok diff python-netaddr/receipt @ rev 16124

ARM: add aalib
author Christophe Lincoln <pankso@slitaz.org>
date Sun Mar 23 22:40:07 2014 +0100 (2014-03-23)
parents 709aac634c27
children 7d672a2330b8
line diff
     1.1 --- a/python-netaddr/receipt	Sat May 11 13:47:18 2013 +0200
     1.2 +++ b/python-netaddr/receipt	Sun Mar 23 22:40:07 2014 +0100
     1.3 @@ -6,12 +6,14 @@
     1.4  CATEGORY="development"
     1.5  SHORT_DESC="A network address representation and manipulation library."
     1.6  MAINTAINER="pascal.bellard@slitaz.org"
     1.7 -DEPENDS="python"
     1.8 -BUILD_DEPENDS="python-dev python wget"
     1.9 +LICENSE="BSD"
    1.10  TARBALL="$SOURCE-$VERSION.tar.gz"
    1.11  WEB_SITE="http://github.com/drkjam/netaddr"
    1.12  WGET_URL="https://github.com/downloads/drkjam/$SOURCE/$TARBALL"
    1.13  
    1.14 +DEPENDS="python"
    1.15 +BUILD_DEPENDS="python-dev python wget"
    1.16 +
    1.17  # Rules to configure and make the package.
    1.18  compile_rules()
    1.19  {