summaryrefslogtreecommitdiff
path: root/community/bonnie++
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
committerroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
commit18a41d682d6e91e0d28fce23eb75292f477bd620 (patch)
treebce8f660d7d0b6541cadbc49bf1bac2434e4c0c6 /community/bonnie++
parent0ade1da67addf154d93c6a6399b0a3d5a18a3336 (diff)
Sun Aug 11 01:21:31 PDT 2013
Diffstat (limited to 'community/bonnie++')
-rw-r--r--community/bonnie++/PKGBUILD33
-rw-r--r--community/bonnie++/move_away_from_sbin.patch14
2 files changed, 0 insertions, 47 deletions
diff --git a/community/bonnie++/PKGBUILD b/community/bonnie++/PKGBUILD
deleted file mode 100644
index cfafec7c9..000000000
--- a/community/bonnie++/PKGBUILD
+++ /dev/null
@@ -1,33 +0,0 @@
-# Maintainer: jelle van der Waa <jelle@vdwaa.nl>
-# Contributor: eric <eric@archlinux.org>
-# Contributor: Tom Newsom <Jeepster@gmx.co.uk>
-
-pkgname=bonnie++
-pkgver=1.97
-pkgrel=1
-pkgdesc="Based on the Bonnie hard drive benchmark by Tim Bray"
-arch=('i686' 'x86_64')
-url="http://www.coker.com.au/bonnie++/"
-license=('GPL')
-depends=('perl')
-source=(http://www.coker.com.au/bonnie++/experimental/$pkgname-$pkgver.tgz)
-md5sums=('d6cf9703242998b2ddc2d875b028b3c6')
-build() {
- cd $srcdir/${pkgname}-${pkgver}.1
-
- ./configure --prefix=/usr
- sed -i "s:CFLAGS=-O2 -DNDEBUG \$(WFLAGS) \$(MORECFLAGS):CFLAGS=${CFLAGS}:" Makefile
- make
-}
-
-package() {
- cd $srcdir/${pkgname}-${pkgver}.1
-
- # https://www.archlinux.org/todo/move-files-to-usrbin-if-possible/
- sed -i 's/sbin/bin/' Makefile
- make prefix="${pkgdir}/usr" install
-
- install -d $pkgdir/usr/share/doc/bonnie++
- install -Dm644 $srcdir/$pkgname-$pkgver.1/readme.html $pkgdir/usr/share/doc/bonnie++/readme.html
-}
-
diff --git a/community/bonnie++/move_away_from_sbin.patch b/community/bonnie++/move_away_from_sbin.patch
deleted file mode 100644
index 18e99e976..000000000
--- a/community/bonnie++/move_away_from_sbin.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-diff -aur bonnie++-1.03e/Makefile bonnie++-1.03ef/Makefile
---- bonnie++-1.03e/Makefile 2013-05-13 08:40:45.122959831 +0000
-+++ bonnie++-1.03ef/Makefile 2013-05-13 08:43:20.365248937 +0000
-@@ -33,8 +33,8 @@
- $(CXX) zcav.cpp -o zcav $(ZCAVOBJS) $(LFLAGS)
-
- install-bin: $(EXES)
-- mkdir -p $(eprefix)/bin $(eprefix)/sbin
-- ${INSTALL} -s $(EXES) $(eprefix)/sbin
-+ mkdir -p $(eprefix)/bin
-+ ${INSTALL} -s $(EXES) $(eprefix)/bin
- ${INSTALL} $(SCRIPTS) $(eprefix)/bin
-
- install: install-bin