summaryrefslogtreecommitdiffstats
path: root/abs/core/python_modules/python-netifaces/PKGBUILD
blob: 258a9c26ba85b52f2a6bd2cd51bbf31f5d5117cf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#Maintainer: Gergely Imreh <imrehg(at)gmail(dot)com>
#Contributor: Gergely Imreh <imrehg(at)gmail(dot)com>
pkgname=python-netifaces
_orig_name=netifaces
pkgver=0.5
pkgrel=3
pkgdesc="Portable module to access network interface information in Python."
depends=('python2')
makedepend=('gcc')
arch=('i686' 'x86_64')
url="http://alastairs-place.net/netifaces/"
license=('MIT')
provides=('netifaces' 'python-netifaces')
source=("http://alastairs-place.net/2007/03/netifaces/${_orig_name}-${pkgver}.tar.gz")
build() {
  cd "${srcdir}/${_orig_name}-${pkgver}"
  python2 setup.py install --root "${pkgdir}" || return 1

  # Install license, that is inside the readme file
  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
  install -m644 README "${pkgdir}/usr/share/licenses/${pkgname}/README" || return 1
}
md5sums=('ea662a4b4c7db5d1631cc33bf68eb030')