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

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

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

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


