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

# source: james
TARBALL=epydoc-3.0.1.tar.gz
MD5SUM=cdd6f6c76dd8bab5e653a343a0544294
SRC_URL=http://downloads.sourceforge.net/epydoc/$TARBALL
BUNDLE=

SLACKREQ='python' 
SLACKDESC='python-epydoc: python-epydoc 3.0.1 (API doc generator)
python-epydoc: 
python-epydoc: Epydoc is a tool for generating API documentation for Python modules, 
python-epydoc: based on their docstrings.
python-epydoc: 
python-epydoc: Epydoc is a tool for generating API documentation for Python modules, 
python-epydoc: based on their docstrings.
python-epydoc: 
python-epydoc: 
python-epydoc: 
python-epydoc: 
'

### default pkg_download
### defaulg pkg_prepare
### default pkg_package
### build
pkg_build() {
	cd /tmp/epydoc* &&
	#python setup.py install &&
	make install && make installdocs &&
	pkg_build_slackdesc
}


