diff options
author | Michael Hanson <hansonorders@verizon.net> | 2010-12-10 00:19:00 (GMT) |
---|---|---|
committer | Michael Hanson <hansonorders@verizon.net> | 2010-12-10 00:19:00 (GMT) |
commit | 5ab2c2d585290fb77dfc8d3670361df2fdc11c62 (patch) | |
tree | 58fc24f3a355bff701d6e93ba8011e9d1764f7b9 /abs/core/python-netifaces | |
parent | 4592612b015ff899ef52f33d96b52b5c60587ebb (diff) | |
download | linhes_pkgbuild-5ab2c2d585290fb77dfc8d3670361df2fdc11c62.zip linhes_pkgbuild-5ab2c2d585290fb77dfc8d3670361df2fdc11c62.tar.gz linhes_pkgbuild-5ab2c2d585290fb77dfc8d3670361df2fdc11c62.tar.bz2 |
A whole lotta housekeeping
Diffstat (limited to 'abs/core/python-netifaces')
-rw-r--r-- | abs/core/python-netifaces/PKGBUILD | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/abs/core/python-netifaces/PKGBUILD b/abs/core/python-netifaces/PKGBUILD deleted file mode 100644 index 7b526cb..0000000 --- a/abs/core/python-netifaces/PKGBUILD +++ /dev/null @@ -1,24 +0,0 @@ -#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=2 -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') - |