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

18 lines
421 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Tanım: Python'daki ağ arabirimi bilgilerine erişmek için taşınabilir modül.
# URL: http://alastairs-place.net/netifaces/
# Paketçi: milisarge
# Gerekler: python-setuptools
# Grup: sistem
isim=python-netifaces
surum=0.10.4
devir=1
kaynak=(
https://pypi.python.org/packages/source/n/netifaces/netifaces-$surum.tar.gz)
derle() {
cd netifaces-$surum
python2 setup.py install --prefix=/usr --root=$PKG
}