wok-current diff python-netaddr/receipt @ rev 15445
Up: efreet (1.7.9)
author | Dominique Corbex <domcox@slitaz.org> |
---|---|
date | Tue Nov 05 20:57:54 2013 +0100 (2013-11-05) |
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 Tue Nov 05 20:57:54 2013 +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 {