mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
asciidoc: fix cross.
This commit is contained in:
parent
008819379f
commit
5845da8f06
1 changed files with 3 additions and 4 deletions
|
@ -1,12 +1,11 @@
|
||||||
# Template file for 'asciidoc'
|
# Template file for 'asciidoc'
|
||||||
pkgname=asciidoc
|
pkgname=asciidoc
|
||||||
version=8.6.10
|
version=8.6.10
|
||||||
revision=1
|
revision=2
|
||||||
noarch=yes
|
noarch=yes
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="automake python"
|
hostmakedepends="automake docbook-xsl libxslt python"
|
||||||
makedepends="python libxslt docbook-xsl"
|
depends="docbook-xsl libxslt python"
|
||||||
depends="${makedepends}"
|
|
||||||
conf_files="/etc/asciidoc/filters/*/*.conf /etc/asciidoc/*.conf"
|
conf_files="/etc/asciidoc/filters/*/*.conf /etc/asciidoc/*.conf"
|
||||||
short_desc="Text based document generation"
|
short_desc="Text based document generation"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
|
|
Loading…
Add table
Reference in a new issue