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

# source: james
TARBALL=python-agate-dbf-$PKGVER.tar.gz
MD5SUM=972c2425595387f71da0b8cde2a75c86
SRC_URL=https://github.com/wireservice/agate-dbf/archive/$PKGVER.tar.gz
BUNDLE=

SLACKREQ='python-agate python-dbfread'
SLACKDESC="python-agate-dbf: python-agate-dbf $PKGVER (Agate DBF reader)
python-agate-dbf: 
python-agate-dbf: agate-dbf adds read support for dbf files (xls and xlsx) to agate.
python-agate-dbf: 
python-agate-dbf: http://agate-dbf.rtfd.org
python-agate-dbf: https://github.com/wireservice/agate-dbf
python-agate-dbf: 
python-agate-dbf: 
python-agate-dbf: 
python-agate-dbf: 
python-agate-dbf: 
"

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	pkg_build_pythonmodules &&
	pkg_build_slackdesc
}


