milis/talimatname/genel/python-netifaces/talimat

17 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.

# Description: Python'daki ağ arabirimi bilgilerine erişmek için taşınabilir modül.
# URL: http://alastairs-place.net/netifaces/
# Packager: milisarge
# 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
}