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

# source: james
TARBALL=asciidoc-8.6.9.tar.gz
MD5SUM=c59018f105be8d022714b826b0be130a
SRC_URL=http://downloads.sourceforge.net/asciidoc/$TARBALL
BUNDLE=

SLACKREQ=python
SLACKDESC='python-asciidoc: python-asciidoc 8.6.9 (Document formatter)  
python-asciidoc:  
python-asciidoc: AsciiDoc is a text document format for writing notes, documentation, 
python-asciidoc: articles, books, ebooks, slideshows, web pages, man pages and blogs. 
python-asciidoc: AsciiDoc files can be translated to many formats including HTML, 
python-asciidoc: PDF, EPUB, man page. AsciiDoc is highly configurable: both the 
python-asciidoc: AsciiDoc source file syntax and the backend output markups (which 
python-asciidoc: can be almost any type of SGML/XML markup) can be customized and 
python-asciidoc: extended by the user.  
python-asciidoc: 
python-asciidoc: 
'

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	pkg_build_autoconf && pkg_build_slackdesc &&
	make docs
}


