### this file is sourced not run
PKGVER=1.6
PKGBUILD=1
PKGARCH=noarch

# source: james
TARBALL=csvfix_man_html_160.zip
MD5SUM=4ef1fbc695fb60ae92af5d62c390dbcc
SRC_URL=https://bitbucket.org/neilb/csvfix/downloads/$TARBALL
BUNDLE=

SLACKREQ='' # 
SLACKDESC='csvfix: csvfix 1.6 (HTML docs for csvfix)  
csvfix:  
csvfix: Documentation (in HTML format) for csvfix.  
csvfix: 
csvfix: 
csvfix: 
csvfix: 
csvfix: 
csvfix: 
csvfix: 
csvfix:  

'

### default pkg_download
### prepare
pkg_prepare() {
	pkg_check $SRC_DIR $TARBALL $MD5SUM &&
	mkdir -p ./usr/share/doc &&
	unzip $SRC_DIR/$TARBALL -d ./usr/share/doc
}

### default pkg_package
### build
pkg_build() {
	pkg_build_slackdesc
}
