You are not logged in.

#1 2006-11-19 07:55:39

judfilm
Member
Registered: 2004-02-12
Posts: 229

[Request] diskWriggler - Hard Disk Benchmarking Tool

Hi,

Would someone be interested in creating a package for this?

"diskWriggler™ is a benchmark tool for testing hard disk based storage throughput. It has been designed to provide a report that is meaningful to systems engineers working in the film and post-production industries."

This software is released under the GNU General Public License version 2.

Homepage: http://www.xdt.com.au/Products/diskWriggler/
Current Version: 1.0.2

Thanks

Offline

#2 2006-11-19 20:12:02

1270
Member
From: Iowa
Registered: 2005-12-22
Posts: 16

Re: [Request] diskWriggler - Hard Disk Benchmarking Tool

# Contributor: Eric Oden <oden>
pkgname=diskwriggler
pkgver=1.0.2
pkgrel=1
pkgdesc="diskWriggler™ is a benchmark tool for testing filesystem storage throughput of film or video frames as sequential files or as frames contained in one large file."
url="http://www.xdt.com.au/Products/diskWriggler/"
license='GPL'
depends=()
source=(http://www.xdt.com.au/Development/Downloads/diskWriggler-1.0.2.tgz)
md5sums=('78fc59c9960dc7b5a1907a4c1a1628f6')

build() {
  cd $startdir/src/diskWriggler-$pkgver/src 
  make || return 1
  install -D -m755 diskWriggler $startdir/pkg/usr/bin/diskWriggler || return 1
}

Wasn't sure if GCC needed to be added as dependency since it's needed by a lot of the core packages. I'll throw it up on aur later today if no one finds major issues with the PKGBUILD.


There is a chance I know what I am talking about.

Offline

#3 2006-11-21 03:20:46

judfilm
Member
Registered: 2004-02-12
Posts: 229

Re: [Request] diskWriggler - Hard Disk Benchmarking Tool

Seems to work fine, also I used "diskWriggler" as the package name - to be consistent with the authors.

Offline

Board footer

Powered by FluxBB