]> git.ipfire.org Git - ipfire-3.x.git/blame - asciidoc/asciidoc.nm
git: Update to 2.23.0
[ipfire-3.x.git] / asciidoc / asciidoc.nm
CommitLineData
b1656fcb
SS
1###############################################################################
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
4###############################################################################
5
6name = asciidoc
926daa04 7version = 8.6.9
b1656fcb
SS
8release = 1
9arch = noarch
10
11groups = Application/System
12url = http://www.methods.co.nz/asciidoc/
13license = GPL+ and GPLv2+
14summary = Text based document generation.
15
16description
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.
20end
21
22source_dl = http://sourceforge.net/projects/asciidoc/files/%{name}/%{version}/
23
24build
25 requires
26 python
27 end
28
926daa04 29 make_install_targets += docs
b1656fcb
SS
30
31 install_cmds
b1656fcb 32 # Install python API.
926daa04
MT
33 install -Dpm 644 asciidocapi.py \
34 %{BUILDROOT}/usr/lib/python${PYTHON_VERSION}/site-packages/asciidocapi.py
b1656fcb
SS
35 end
36end
37
38packages
39 package %{name}
40 requires
41 docbook-xsl
926daa04 42 libxslt
b1656fcb
SS
43 end
44 end
45end