wok-next diff python-netaddr/receipt @ rev 15932
Add: libiodbc (Independent Open DataBase Connectivity)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Sat Feb 22 11:25:10 2014 +0100 (2014-02-22) |
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 Sat Feb 22 11:25:10 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 {