#Packager: George Vlahavas pkgname=python-netifaces pkgver=0.10.4 pkgrel=1gv source=("https://pypi.python.org/packages/source/n/netifaces/netifaces-${pkgver}.tar.gz") docs=("authors" "install" "readme" "copying") url=https://pypi.python.org/pypi/netifaces slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "python-netifaces (Portable network interface information)" "The python-netifaces package provides a portable module to access" "network interface information in Python." ) build() { cd $startdir/src/netifaces-$pkgver python setup.py install --prefix=/usr --root=$startdir/pkg }