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

# source: james
TARBALL=csvfix-master.tar.bz2
MD5SUM=4d27de3415766cb86e2674ee30332bc3
SRC_URL=http://distro.ibiblio.org/fatdog/source/700/$TARBALL
BUNDLE=

SLACKREQ='' # 
SLACKDESC='csvfix: csvfix 2014.08 (CSV file utility)  
csvfix:  
csvfix: CSVfix is a command-line tool specifically designed to manipulate CSV 
csvfix: data. Among other things, you can use it to reorder, remove, split, 
csvfix: merge fields; convert case and trim spaces; search and filter out 
csvfix: data, split and join files, etc.  
csvfix: 
csvfix: 
csvfix: 
csvfix: 
csvfix: http://neilb.bitbucket.org/csvfix/
'

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	cd /tmp/csvfix* &&
	make lin &&
	cp csvfix/bin/csvfix /usr/bin &&
	pkg_build_slackdesc
}
