20 lines
		
	
	
	
		
			535 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
	
		
			535 B
		
	
	
	
		
			Text
		
	
	
	
	
	
# Description: Portable module to access network interface information in Python.
 | 
						|
# URL: URL: http://alastairs-place.net/netifaces/
 | 
						|
# NuTyX package info file (http://nutyx.org)
 | 
						|
# Packager: # NuTyX package info file (http://nutyx.org)
 | 
						|
# Depends on: python-setuptools 
 | 
						|
name=python-netifaces
 | 
						|
version=0.10.4
 | 
						|
release=1
 | 
						|
 | 
						|
source=(
 | 
						|
https://pypi.python.org/packages/source/n/netifaces/netifaces-$version.tar.gz)
 | 
						|
 | 
						|
build() {
 | 
						|
    cd netifaces-$version
 | 
						|
    python2 setup.py install --prefix=/usr --root=$PKG
 | 
						|
}
 | 
						|
 | 
						|
 | 
						|
 | 
						|
# NuTyX Pkgfile (http://nutyx.org)
 |