updated on Thu Jan 19 20:01:47 UTC 2012
[aur-mirror.git] / polenum / PKGBUILD
blobeb0c688f938d22d17faa3cebb3dedffcedf3d496
1 # Contributor: DigitalPathogen <aur@InfoSecResearchLabs.co.uk>
3 pkgname=polenum
4 pkgver=0.2
5 pkgrel=1
6 pkgdesc="a python script to extract the password policy information from a windows machine."
7 arch=('i686' 'x86_64')
8 url="http://labs.portcullis.co.uk/application/polenum/"
9 license=('CUSTOM')
10 depends=('impacket' 'python')
11 source=(http://labs.portcullis.co.uk/download/$pkgname-$pkgver.tar.bz2)
12 md5sums=('4101c2acfa5442bd75418afaa405624d')
14 build() {
15   cd "$srcdir/$pkgname-$pkgver"
17   install -D -m 0755 -o root -g root polenum.py ${pkgdir}/usr/bin/polenum.py
18   install -D -m 0644 -o root -g root LICENSE ${pkgdir}/usr/share/licenses/polenum/LICENSE
22 # vim:set ts=2 sw=2 et: