### this file is sourced not run
PKGVER=2012.06
PKGBUILD=1
PKGARCH=x86_64

# source: james
TARBALL=flashbench-2012.6.tar.bz2
MD5SUM=9a48ef539c784e66129804949bcb27ce
SRC_URL=http://distro.ibiblio.org/fatdog/source/710/$TARBALL
BUNDLE=

SLACKREQ=
SLACKDESC="flashbench: flashbench $PKGVER (Flash drive throughput tester)
flashbench: 
flashbench: This is the tool used to identify the properties of SD cards and 
flashbench: other media for the Linaro flash memory survey
flashbench: 
flashbench: git://git.linaro.org/people/arnd/flashbench.git
flashbench: 
flashbench: 
flashbench: 
flashbench: 
flashbench: 
"

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	cd /tmp/flashbench*
	make all &&
	install -m755 flashbench /usr/bin/flashbench &&
	install -m755 erase /usr/bin/flasherase &&
	install -m755 -d /usr/share/flashbench &&
	install -m644 README /usr/share/flashbench/README	
	pkg_build_slackdesc
}


