summaryrefslogtreecommitdiff
path: root/community/python2-netifaces
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-07-17 00:58:52 -0700
committerroot <root@rshg054.dnsready.net>2013-07-17 00:58:52 -0700
commitdee9f17b595ea903a982d31d1124b302bb17e2ff (patch)
tree295fdab78e28e1952fbc13ce824d57c88ede4e3b /community/python2-netifaces
parent380530d02a5449fdef97b63b394a6743c3de0092 (diff)
Wed Jul 17 00:58:51 PDT 2013
Diffstat (limited to 'community/python2-netifaces')
-rw-r--r--community/python2-netifaces/PKGBUILD24
1 files changed, 0 insertions, 24 deletions
diff --git a/community/python2-netifaces/PKGBUILD b/community/python2-netifaces/PKGBUILD
deleted file mode 100644
index daad6408f..000000000
--- a/community/python2-netifaces/PKGBUILD
+++ /dev/null
@@ -1,24 +0,0 @@
-# $Id: PKGBUILD 83533 2013-02-02 14:19:06Z giovanni $
-# Maintainer: Giovanni Scafora <giovanni@archlinux.org>
-# Contributor: Gergely Imreh <imrehg(at)gmail(dot)com>
-# Contributor: Ghost of Kendo <ghostofkendo at gmail dot com>
-
-pkgname=python2-netifaces
-pkgver=0.8
-pkgrel=2
-pkgdesc="Portable module to access network interface information in Python"
-arch=('i686' 'x86_64')
-url="http://alastairs-place.net/netifaces/"
-license=('MIT')
-depends=('python2')
-makedepends=('python2-distribute')
-source=("http://alastairs-place.net/projects/netifaces/netifaces-${pkgver}.tar.gz")
-md5sums=('e57e5983f4c286fac5f8068fbfc5c873')
-
-package() {
- cd "${srcdir}/netifaces-${pkgver}"
- python2 setup.py install --root "${pkgdir}"
-
- # Install license, that is inside the readme file
- install -Dm644 README "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}