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

# source: james
TARBALL=flashbench-dev-20181003.tar.gz
MD5SUM=0487c3f0521e4042e4eb29576d5733a4
SRC_URL=http://distro.ibiblio.org/fatdog/source/800/$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: https://github.com/bradfa/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
}


