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

# source: james
TARBALL=f3-$PKGVER.tar.gz
MD5SUM=273f7c444fc04b6cdd367b915ded53b0
SRC_URL=https://github.com/AltraMayor/f3/archive/v${PKGVER}.tar.gz
BUNDLE=

SLACKREQ=
SLACKDESC="f3: f3 $PKGVER (Fight Flash Fraud)
f3: 
f3: f3 is a simple tool that tests flash cards capacity and performance 
f3: to see if they live up to claimed specifications. F3 stands for Fight 
f3: Flash Fraud, or Fight Fake Flash.
f3: 
f3: https://github.com/AltraMayor/f3
f3: 
f3: 
f3: 
f3:  
"

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	cd /tmp/f3* &&
	make && make install PREFIX=/usr &&
	install -m755 f3write.h2w log-f3wr /usr/bin &&
	pkg_build_slackdesc
}
