From 2a74527ad522ac7c1d467688eee81a7a3f895031 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 13 Jul 2012 00:01:54 +0000 Subject: Fri Jul 13 00:01:54 UTC 2012 --- community/ioping/PKGBUILD | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 community/ioping/PKGBUILD (limited to 'community/ioping/PKGBUILD') diff --git a/community/ioping/PKGBUILD b/community/ioping/PKGBUILD new file mode 100644 index 000000000..7485789ef --- /dev/null +++ b/community/ioping/PKGBUILD @@ -0,0 +1,26 @@ +# $Id: PKGBUILD 73606 2012-07-11 14:58:41Z seblu $ +# Maintainer: Sébastien Luttringer +# Contributor: Kovivchak Evgen + +pkgname=ioping +pkgver=0.6 +pkgrel=1 +pkgdesc='Simple disk I/0 latency measuring tool' +arch=('i686' 'x86_64') +license=('GPL3') +url='http://ioping.googlecode.com' +depends=('glibc') +source=("http://ioping.googlecode.com/files/$pkgname-$pkgver.tar.gz") +md5sums=('f96b382a6517c7eac744291b04b928b1') + +build() { + cd $pkgname-$pkgver + make PREFIX=/usr +} + +package() { + cd $pkgname-$pkgver + make PREFIX="$pkgdir/usr" install +} + +# vim:set ts=2 sw=2 et: -- cgit v1.2.3-54-g00ecf