Browse Source

Stefan Fiedler:


			
			
				rocklinux
			
			
		
Stefan Fiedler 19 years ago
parent
commit
ab36c4f4c0
3 changed files with 56 additions and 0 deletions
  1. +14
    -0
      package/stf/tiobench/install-paths.patch
  2. +1
    -0
      package/stf/tiobench/tiobench.conf
  3. +41
    -0
      package/stf/tiobench/tiobench.desc

+ 14
- 0
package/stf/tiobench/install-paths.patch

@ -0,0 +1,14 @@
--- ./Makefile-orig 2002-03-13 21:22:55.000000000 +0100
+++ ./Makefile 2006-03-19 04:27:38.000000000 +0100
@@ -21,9 +21,9 @@
VERSION=$(shell egrep "tiotest v[0-9]+.[0-9]+" tiotest.c | cut -d " " -f 7 | sed "s/v//g")
DISTNAME=$(PROJECT)-$(VERSION)
INSTALL=install
-PREFIX=/usr/local
+PREFIX=/usr/
BINDIR=$(PREFIX)/bin
-DOCDIR=/usr/local/doc/$(DISTNAME)
+DOCDIR=/usr/share/doc/$(DISTNAME)
all: $(EXE)

+ 1
- 0
package/stf/tiobench/tiobench.conf

@ -0,0 +1 @@
createdocs=0

+ 41
- 0
package/stf/tiobench/tiobench.desc

@ -0,0 +1,41 @@
[COPY] --- ROCK-COPYRIGHT-NOTE-BEGIN ---
[COPY]
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch.
[COPY] Please add additional copyright information _after_ the line containing
[COPY] the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
[COPY] the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
[COPY]
[COPY] ROCK Linux: rock-src/package/base/cpio/cpio.desc
[COPY] ROCK Linux is Copyright (C) 1998 - 2006 Clifford Wolf
[COPY]
[COPY] This program is free software; you can redistribute it and/or modify
[COPY] it under the terms of the GNU General Public License as published by
[COPY] the Free Software Foundation; either version 2 of the License, or
[COPY] (at your option) any later version. A copy of the GNU General Public
[COPY] License can be found at Documentation/COPYING.
[COPY]
[COPY] Many people helped and are helping developing ROCK Linux. Please
[COPY] have a look at http://www.rocklinux.org/ and the Documentation/TEAM
[COPY] file for details.
[COPY]
[COPY] --- ROCK-COPYRIGHT-NOTE-END ---
[I] Threaded I/O tester
[T] Portable, robust, fully-threaded I/O benchmark program for Linux (or any
[T] *nix system with POSIX threads support library).
[U] http://sourceforge.net/projects/tiobench/
[A] Mika Kuoppala
[M] Stefan Fiedler <stefan.fiedler at students.jku.at>
[C] base/tool
[L] GPL
[S] Stable
[V] 0.3.3
[P] X -?---5---9 107.700
[D] 2358683738 tiobench-0.3.3.tar.gz http://kent.dl.sourceforge.net/sourceforge/tiobench/

Loading…
Cancel
Save