wok-next view asciidoc/receipt @ rev 21036

Small updates
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Nov 06 14:32:27 2018 +0200 (2018-11-06)
parents d2950281f122
children 7b8e000b629f
line source
1 # SliTaz package receipt v2.
3 PACKAGE="asciidoc"
4 VERSION="8.6.10"
5 CATEGORY="system-tools"
6 SHORT_DESC="Text based document generation"
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://asciidoc.org/"
10 LFS="http://www.linuxfromscratch.org/blfs/view/svn/general/asciidoc.html"
12 TARBALL="$PACKAGE-$VERSION.tar.gz"
13 WGET_URL="https://github.com/asciidoc/asciidoc/archive/$VERSION.tar.gz"
15 BUILD_DEPENDS="automake python libxml2-tools docbook-xml docbook-xsl"
17 compile_rules() {
18 autoconf &&
19 ./configure $CONFIGURE_ARGS &&
20 make &&
21 make install &&
22 make DESTDIR=$install docs
23 }
25 genpkg_rules() {
26 copy @std
27 DEPENDS="python"
28 }