updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / impacket / PKGBUILD
blobc8a4b9262bb977538109554afeb003e350f12461
1 # Contributor: Paolo Giangrandi <peoro.noob@gmail.com>
3 pkgname=impacket
4 pkgver=0.9.6.0
5 pkgrel=1
6 pkgdesc="Impacket is a collection of Python classes focused on providing access to network packets"
7 arch=('i686' 'x86_64')
8 url="http://oss.coresecurity.com/projects/impacket.html"
9 license='APACHE'
10 depends=('python2')
11 source=(http://oss.coresecurity.com/repo/Impacket-$pkgver.tar.gz)
12 md5sums=('6393804c7b88bca89cf7516214a61033')
14 build() {
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