summaryrefslogtreecommitdiff
path: root/community/fio/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/fio/PKGBUILD')
-rw-r--r--community/fio/PKGBUILD23
1 files changed, 0 insertions, 23 deletions
diff --git a/community/fio/PKGBUILD b/community/fio/PKGBUILD
deleted file mode 100644
index ef83cbd82..000000000
--- a/community/fio/PKGBUILD
+++ /dev/null
@@ -1,23 +0,0 @@
-#Maintainer: Thomas S Hatch <thatch45@gmail.com>
-pkgname=fio
-pkgver=1.50
-pkgrel=2
-pkgdesc="I/O tool meant to be used both for benchmark and stress/hardware verification"
-arch=('x86_64' 'i686')
-url="http://freshmeat.net/projects/fio"
-license=('GPL2')
-makedepends=('gcc')
-depends=('libaio')
-noextract=()
-source=("http://brick.kernel.dk/snaps/fio-${pkgver}.tar.bz2")
-md5sums=('e28fe02e4a5ced7aaa1dddf6f48c1490')
-
-build() {
- cd $srcdir/fio-${pkgver}
- make
-}
-
-package() {
- cd $srcdir/fio-${pkgver}
- make DESTDIR="${pkgdir}" prefix="/usr" mandir="/usr/share/man" install
-}