1 # Contributor: Ole Roeßler <ole.roessler@gmail.com>
6 pkgdesc="Yet Another Proxy Hunter - scans and validates lists of SOCKS 4/5 or HTTP proxies"
7 url="http://yaph.sourceforge.net/"
10 optdepends=('proxychains: stealth proxy checking')
11 source=("http://downloads.sourceforge.net/yaph/yaph/$pkgname-${pkgver}.tar.gz"
12 "$pkgname-gcc4.patch")
13 md5sums=('f09edd5ba42c671f2d62760bf58604ec'
14 '59d7037b610a1793376853f8926079b6')
17 cd "$startdir/src/$pkgname-$pkgver"
18 patch -p1 -i $startdir/yaph-gcc4.patch
19 ./configure --prefix=/usr || return 1
21 make DESTDIR=$pkgdir install || return 1