1 # Contributor: Paolo Giangrandi <peoro.noob@gmail.com>
6 pkgdesc="Impacket is a collection of Python classes focused on providing access to network packets"
8 url="http://oss.coresecurity.com/projects/impacket.html"
11 source=(http://oss.coresecurity.com/repo/Impacket-$pkgver.tar.gz)
12 md5sums=('6393804c7b88bca89cf7516214a61033')
15 cd $startdir/src/Impacket-$pkgver
16 python2 setup.py install --root=$startdir/pkg || return 1
17 install -D LICENSE $startdir/pkg/usr/share/licenses/impacket/LICENSE