From 18a41d682d6e91e0d28fce23eb75292f477bd620 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 11 Aug 2013 01:21:34 -0700 Subject: Sun Aug 11 01:21:31 PDT 2013 --- community/python2-netifaces/PKGBUILD | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 community/python2-netifaces/PKGBUILD (limited to 'community/python2-netifaces') 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 -# Contributor: Gergely Imreh -# Contributor: Ghost of Kendo - -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" -} -- cgit v1.2.3-54-g00ecf