void-packages/srcpkgs/asciidoc/template
Juan RP 23dd7d008e Update build_style for all templates.
- There's no need to set build_style for custom-install (default).
- gnu_{configure,makefile} renamed to gnu-{configure,makefile}.
2011-10-24 14:14:47 +02:00

52 lines
1.7 KiB
Plaintext

# Template file for 'asciidoc'
pkgname=asciidoc
version=8.6.5
revision=1
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.gz"
build_style=gnu-configure
short_desc="Text based document generation"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://www.methods.co.nz/asciidoc/"
license="GPL-2"
checksum=f9da38afaf04186145739c10551341a448b3bf50a37a10392fbe584e9fb2a85f
long_desc="
asciidoc is a text document format for writing short documents,
articles, books and UNIX man pages. asciidoc files can be translated
to HTML and DocBook markups using the asciidoc(1) command.
AsciiDoc is highly configurable: both the AsciiDoc source file syntax
and the backend output markups (which can be almost any type of SGML/XML
markup) can be customized and extended by the user."
noarch=yes
conf_files="
/etc/asciidoc/asciidoc.conf
/etc/asciidoc/docbook45.conf
/etc/asciidoc/filters/code/code-filter.conf
/etc/asciidoc/filters/graphviz/graphviz-filter.conf
/etc/asciidoc/filters/latex/latex-filter.conf
/etc/asciidoc/filters/music/music-filter.conf
/etc/asciidoc/filters/source/source-highlight-filter.conf
/etc/asciidoc/help.conf
/etc/asciidoc/html4.conf
/etc/asciidoc/lang-de.conf
/etc/asciidoc/lang-en.conf
/etc/asciidoc/lang-es.conf
/etc/asciidoc/lang-fr.conf
/etc/asciidoc/lang-hu.conf
/etc/asciidoc/lang-it.conf
/etc/asciidoc/lang-pt-BR.conf
/etc/asciidoc/lang-ru.conf
/etc/asciidoc/lang-uk.conf
/etc/asciidoc/latex.conf
/etc/asciidoc/slidy.conf
/etc/asciidoc/text.conf
/etc/asciidoc/wordpress.conf
/etc/asciidoc/xhtml11.conf
/etc/asciidoc/xhtml11-quirks.conf"
Add_dependency full coreutils # requires /usr/bin/env.
Add_dependency full python ">=0"
Add_dependency full libxslt
Add_dependency full docbook-xsl