]> git.ipfire.org Git - ipfire-3.x.git/blob - asciidoc/asciidoc.nm
kernel: Fix compiled-in version number
[ipfire-3.x.git] / asciidoc / asciidoc.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = asciidoc
7 version = 8.6.9
8 release = 1
9 arch = noarch
10
11 groups = Application/System
12 url = http://www.methods.co.nz/asciidoc/
13 license = GPL+ and GPLv2+
14 summary = Text based document generation.
15
16 description
17 AsciiDoc is a text document format for writing short documents,
18 articles, books and UNIX man pages. AsciiDoc files can be translated
19 to HTML and DocBook markups using the asciidoc(1) command.
20 end
21
22 source_dl = http://sourceforge.net/projects/asciidoc/files/%{name}/%{version}/
23
24 build
25 requires
26 python
27 end
28
29 make_install_targets += docs
30
31 install_cmds
32 # Install python API.
33 install -Dpm 644 asciidocapi.py \
34 %{BUILDROOT}/usr/lib/python${PYTHON_VERSION}/site-packages/asciidocapi.py
35 end
36 end
37
38 packages
39 package %{name}
40 requires
41 docbook-xsl
42 libxslt
43 end
44 end
45 end