asciidoc: needs coreutils rundep.
This commit is contained in:
parent
16b0a16516
commit
27f2c11836
|
@ -1,6 +1,7 @@
|
||||||
# Template file for 'asciidoc'
|
# Template file for 'asciidoc'
|
||||||
pkgname=asciidoc
|
pkgname=asciidoc
|
||||||
version=8.6.5
|
version=8.6.5
|
||||||
|
revision=1
|
||||||
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.gz"
|
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.gz"
|
||||||
build_style=gnu_configure
|
build_style=gnu_configure
|
||||||
short_desc="Text based document generation"
|
short_desc="Text based document generation"
|
||||||
|
@ -44,6 +45,7 @@ conf_files="
|
||||||
/etc/asciidoc/xhtml11.conf
|
/etc/asciidoc/xhtml11.conf
|
||||||
/etc/asciidoc/xhtml11-quirks.conf"
|
/etc/asciidoc/xhtml11-quirks.conf"
|
||||||
|
|
||||||
|
Add_dependency full coreutils # requires /usr/bin/env.
|
||||||
Add_dependency full python ">=0"
|
Add_dependency full python ">=0"
|
||||||
Add_dependency full libxslt
|
Add_dependency full libxslt
|
||||||
Add_dependency full docbook-xsl
|
Add_dependency full docbook-xsl
|
||||||
|
|
Loading…
Reference in New Issue