summaryrefslogtreecommitdiff
path: root/community/ioping/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/ioping/PKGBUILD')
-rw-r--r--community/ioping/PKGBUILD26
1 files changed, 0 insertions, 26 deletions
diff --git a/community/ioping/PKGBUILD b/community/ioping/PKGBUILD
deleted file mode 100644
index 1b8482b6c..000000000
--- a/community/ioping/PKGBUILD
+++ /dev/null
@@ -1,26 +0,0 @@
-# $Id: PKGBUILD 93783 2013-07-10 08:34:25Z seblu $
-# Maintainer: Sébastien Luttringer
-# Contributor: Kovivchak Evgen <oneonfire@gmail.com>
-
-pkgname=ioping
-pkgver=0.7
-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")
-sha1sums=('f841244149830506daca1b052694965d94fe2408')
-
-build() {
- cd $pkgname-$pkgver
- make PREFIX=/usr
-}
-
-package() {
- cd $pkgname-$pkgver
- make PREFIX="$pkgdir/usr" install
-}
-
-# vim:set ts=2 sw=2 et: