updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / ike-scan / PKGBUILD
blobcd1a091bd5dad7e92ffab8b8b020f3ccf2630037
1 # Contributor : mok <mok at ethetricks dot eu>
3 pkgname=ike-scan
4 pkgver=1.9
5 pkgrel=2
6 pkgdesc="A tool that uses IKE protocol to discover, fingerprint and test IPSec VPN servers"
7 arch=('i686' 'x86_64')
8 url="http://www.nta-monitor.com/tools/ike-scan/"
9 license=('GPL')
10 depends=('openssl')
11 makedepends=('make' 'gcc')
12 source=(http://www.nta-monitor.com/tools/ike-scan/download/ike-scan-1.9.tar.gz)
13 md5sums=('bed63c7d2f54c482525a735be7b5e720')
15 build() {
16   cd $srcdir/$pkgname-$pkgver
17   ./configure --prefix=/usr --mandir=/usr/share/man --with-openssl 
18   make DESTDIR=$pkgdir install || return 1