Açıklama çevirisi

This commit is contained in:
Yaşar Çiv 2017-04-13 10:20:45 +03:00 committed by GitHub
parent b0145dcb0b
commit d3af0d562c
1 changed files with 4 additions and 8 deletions

View File

@ -1,8 +1,8 @@
# Description: Portable module to access network interface information in Python. # Description: Python'daki ağ arabirimi bilgilerine erişmek için taşınabilir modül.
# URL: URL: http://alastairs-place.net/netifaces/ # URL: http://alastairs-place.net/netifaces/
# NuTyX package info file (http://nutyx.org) # Packager: milisarge
# Packager: # NuTyX package info file (http://nutyx.org)
# Depends on: python-setuptools # Depends on: python-setuptools
name=python-netifaces name=python-netifaces
version=0.10.4 version=0.10.4
release=1 release=1
@ -14,7 +14,3 @@ build() {
cd netifaces-$version cd netifaces-$version
python2 setup.py install --prefix=/usr --root=$PKG python2 setup.py install --prefix=/usr --root=$PKG
} }
# NuTyX Pkgfile (http://nutyx.org)