blob: a90ae55eaff7e9093b33983f085533bde51347b9 (
plain)
1
2
3
4
5
6
7
8
|
DEPENDS = ""
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
|