wok-next view asciidoc/receipt @ rev 20956

Random updates
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Sep 05 00:08:37 2018 +0300 (2018-09-05)
parents f0bf21e1abf7
children d5aab818505e
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="pankso@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 }