1 # Maintainer: Jose Riha < jose 1711 gmail com >
2 # based on comment made by fnord0
3 # Contributor: Idiot <sunshine1985115 gmail com>
8 pkgdesc="Python module for the libpcap packet capture library, based on the original python libpcap module by Aaron Rhodes."
9 url="http://pylibpcap.sourceforge.net/"
12 depends=(python2 libpcap)
13 makedepends=(python2 libpcap)
14 source=(http://ncu.dl.sourceforge.net/project/pylibpcap/pylibpcap/$pkgver/pylibpcap-$pkgver.tar.gz)
15 md5sums=('45793c31fe008fa508a9a51d744e9d00')
18 cd $srcdir/$pkgname-$pkgver
19 python2 setup.py config
20 python2 setup.py build
24 cd $srcdir/$pkgname-$pkgver
25 python2 setup.py install --root=$pkgdir