Skip to content

Commit 4ab3e2c

Browse files
committed
cleanup
1 parent cd1e9e3 commit 4ab3e2c

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

recipes/netifaces/recipe.sh

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
VERSION_netifaces=0.8
44
DEPS_netifaces=(hostpython python setuptools)
5-
URL_netifaces=http://alastairs-place.net/projects/netifaces/netifaces-0.8.tar.gz
5+
URL_netifaces=http://alastairs-place.net/projects/netifaces/netifaces-$VERSION_netifaces.tar.gz
66
MD5_netifaces=e57e5983f4c286fac5f8068fbfc5c873
77
BUILD_netifaces=$BUILD_PATH/netifaces/$(get_directory $URL_netifaces)
88
RECIPE_netifaces=$RECIPES_PATH/netifaces
@@ -13,7 +13,8 @@ function prebuild_netifaces() {
1313

1414
function build_netifaces() {
1515
cd $BUILD_netifaces
16-
16+
17+
#FIXME it actually builds an egg
1718
if [ -d "$BUILD_PATH/python-install/lib/python2.7/site-packages/netifaces" ]; then
1819
#return
1920
true
@@ -27,7 +28,7 @@ function build_netifaces() {
2728
export PYTHONPATH=$BUILD_PATH/python-install/lib/python2.7/site-packages
2829

2930
# resulting .so is empty but .o will be collected into libpymodules.so in final distribute.sh step
30-
try $BUILD_hostpython/hostpython setup.py build_ext -v
31+
try $BUILD_hostpython/hostpython setup.py build_ext
3132

3233
unset LDSHARED
3334

0 commit comments

Comments
 (0)