wok-next diff python-netaddr/receipt @ rev 15805
bash: prevent rm .bashrc error when removing bash
author | Richard Dunbar <mojo@slitaz.org> |
---|---|
date | Thu Jan 23 13:38:58 2014 +0000 (2014-01-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 Thu Jan 23 13:38:58 2014 +0000 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 {