milis/talimatname/genel/p/python-netifaces/talimat

17 lines
414 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: Python'daki ağ arabirimi bilgilerine erişmek için taşınabilir modül.
2017-04-13 09:20:45 +02:00
# URL: http://alastairs-place.net/netifaces/
2017-10-27 20:46:27 +02:00
# Paketçi: milisarge
# Gerekler: python-setuptools
2017-04-13 09:20:45 +02:00
2016-02-24 01:27:23 +01:00
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
}