updated on Thu Jan 19 00:16:31 UTC 2012
[aur-mirror.git] / echoping / PKGBUILD
blobea94739218ff1ebbe880295b926b1d524d025624
1 pkgname=echoping
2 pkgver=6.0.2
3 pkgrel=1
4 pkgdesc="echoping is a small program to test (approximatively) performances of a remote host by sending it requests such as HTTP requests."
5 arch=('i686' 'x86_64')
6 url="http://echoping.sourceforge.net/"
7 license=('GPL')
8 depends=(libidn)
9 source=(http://sourceforge.net/projects/$pkgname/files/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz)
10 md5sums=('991478532b56ab3b6f46ea9fa332626f')
12 build() {
13   cd $srcdir/$pkgname-$pkgver
14   ./configure --prefix=/usr --config-cache
15   make
16   make DESTDIR=$pkgdir install