File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33VERSION_netifaces=0.8
44DEPS_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
66MD5_netifaces=e57e5983f4c286fac5f8068fbfc5c873
77BUILD_netifaces=$BUILD_PATH /netifaces/$( get_directory $URL_netifaces )
88RECIPE_netifaces=$RECIPES_PATH /netifaces
@@ -13,7 +13,8 @@ function prebuild_netifaces() {
1313
1414function 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
You can’t perform that action at this time.
0 commit comments