wok diff python-netaddr/receipt @ rev 16687
Add suport for brazilian laptops & netbooks with us-internacional keyboards
author | Claudinei Pereira <claudinei@slitaz.org> |
---|---|
date | Tue May 20 20:29:19 2014 -0300 (2014-05-20) |
parents | fd4f1e692109 |
children | 16df76e1fc6a |
line diff
1.1 --- a/python-netaddr/receipt Sat Oct 19 13:53:26 2013 +0000 1.2 +++ b/python-netaddr/receipt Tue May 20 20:29:19 2014 -0300 1.3 @@ -10,6 +10,7 @@ 1.4 TARBALL="$SOURCE-$VERSION.tar.gz" 1.5 WEB_SITE="http://github.com/drkjam/netaddr" 1.6 WGET_URL="https://github.com/downloads/drkjam/$SOURCE/$TARBALL" 1.7 +HOST_ARCH="i486 arm" 1.8 1.9 DEPENDS="python" 1.10 BUILD_DEPENDS="python-dev python wget" 1.11 @@ -17,7 +18,6 @@ 1.12 # Rules to configure and make the package. 1.13 compile_rules() 1.14 { 1.15 - cd $src 1.16 python setup.py build && 1.17 python setup.py install --root=$DESTDIR 1.18 }