blob: 7c4d2846d2d46dbaa2de1d418b44a6f6c8353e2a (
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
|