blob: 3778ff03ef70ca7acf385acec73a5c5b56393311 (
plain)
1
2
3
4
5
6
7
8
9
|
DEPENDS =
RDEPENDS = "openjade"
DESCRIPTION = "docbook-utils contains scripts for easy conversion \
from DocBook SGML files to other formats (for example, HTML, RTF, \
and PostScript), and for comparing SGML files."
SRC_URI = "ftp://sources.redhat.com/pub/docbook-tools/new-trials/SOURCES/docbook-utils-${PV}.tar.gz"
inherit autotools
|