summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 096eb2cfd917ce89e9a79f94cc87eb3a7dde53eb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# Contributors:
#	henning mueller <henning@orgizm.net>

pkgname=asleap
pkgver=2.2
pkgrel=2
pkgdesc='Actively recover LEAP/PPTP passwords.'
arch=(i686 x86_64)
license=(GPL)
url=http://www.willhackforsushi.com/Asleap.html
depends=(openssl libpcap)
source=(
	http://www.willhackforsushi.com/code/asleap/$pkgver/asleap-$pkgver.tgz
)
md5sums=(
	a1d06729fb2addcc5b09bfc14f9b3173
)

build() {
	cd $srcdir/asleap-$pkgver
	make
}

package() {
	cd $srcdir/asleap-$pkgver
	install -D asleap $pkgdir/usr/bin/asleap
	install -D genkeys $pkgdir/usr/bin/genkeys
}