asciidoc: bump version.

This commit is contained in:
Jerome Duval
2017-11-11 12:26:44 +01:00
parent 33d8508a14
commit 080e5cda6f

View File

@@ -9,14 +9,15 @@ be customized and extended by the user."
HOMEPAGE="http://asciidoc.org/"
COPYRIGHT="2002-2013 Stuart Rackham"
LICENSE="GNU GPL v2"
REVISION="2"
SOURCE_URI="http://downloads.sourceforge.net/asciidoc/asciidoc-$portVersion.tar.gz"
CHECKSUM_SHA256="78db9d0567c8ab6570a6eff7ffdf84eadd91f2dfc0a92a2d0105d323cab4e1f0"
REVISION="1"
SOURCE_URI="https://github.com/asciidoc/asciidoc/archive/$portVersion.tar.gz"
SOURCE_FILENAME="asciidoc-$portVersion.tar.gz"
CHECKSUM_SHA256="9e52f8578d891beaef25730a92a6e723596ddbd07bfe0d2a56486fcf63a0b983"
ARCHITECTURES="x86_gcc2 x86 x86_64"
PROVIDES="
asciidoc = $portVersion compat >= 8.6.8
asciidoc = $portVersion
cmd:a2x.py = $portVersion compat >= 8
cmd:a2x = $portVersion compat >= 8
cmd:asciidoc.py = $portVersion compat >= 8
@@ -29,16 +30,24 @@ REQUIRES="
BUILD_REQUIRES="
haiku_devel
docbook_xml_dtd
docbook_xsl_stylesheets
"
BUILD_PREREQUIRES="
cmd:awk
cmd:aclocal
cmd:autoconf
cmd:automake
cmd:make
cmd:python2
cmd:sed
cmd:xmllint
cmd:xsltproc
"
BUILD()
{
# TODO: separate data and configuration files.
autoreconf -fi
runConfigure ./configure \
--sysconfdir=$dataDir
make