1 # Contributor: andelf <andelf@gmail.com>
5 pkgdesc="Yet Another Python extension module for libpcap. \
6 Send ethernet frame in Linux or Win32."
7 url="http://code.google.com/p/sendpkt/"
8 license=('Apache License 2.0')
10 depends=('python2' 'libpcap')
11 makedepends=('python2' 'libpcap' 'subversion')
12 _svntrunk=http://sendpkt.googlecode.com/svn/trunk/
19 msg 'SVN checking out...'
20 svn co $_svntrunk --config-dir ./ -r $pkgver $_svnmod
22 msg "SVN checkout done or server timeout"
24 python2 setup.py build
25 python2 setup.py install --root=$startdir/pkg