docbook: remove long_desc.
This commit is contained in:
parent
4f77a86d6a
commit
2f00816f20
|
@ -1,9 +1,10 @@
|
|||
# Template file for 'docbook'
|
||||
pkgname=docbook
|
||||
version=4.5
|
||||
revision=1
|
||||
revision=2
|
||||
noarch="yes"
|
||||
makedepends="bsdtar xmlcatmgr ISOEnts"
|
||||
hostmakedepends="bsdtar"
|
||||
makedepends="xmlcatmgr ISOEnts"
|
||||
depends="xmlcatmgr ISOEnts"
|
||||
sgml_entries="
|
||||
CATALOG /usr/share/sgml/docbook/2.4.1/catalog --
|
||||
|
@ -39,16 +40,6 @@ checksum="
|
|||
20261d2771b9a052abfa3d8fab1aa62be05791a010281c566f9073bf0e644538
|
||||
ecf71cbe8ddbad7494ff520d5b4edf73a428c0b159178cb0cb619cba685e61c6
|
||||
dbac0694e9bcaec43cab80c755ffb02cf8f613bf785ff8506e5ed72efa76a272"
|
||||
long_desc="
|
||||
DocBook provides a system for writing structured documents using
|
||||
SGML or XML. It is particularly well-suited to books and papers
|
||||
about computer hardware and software, though it is by no means
|
||||
limited to them.
|
||||
|
||||
In short, DocBook is an easy-to-understand and widely used DTD.
|
||||
Dozens of organizations use DocBook for millions of pages of
|
||||
documentation, in various print and online formats, worldwide."
|
||||
|
||||
|
||||
do_install() {
|
||||
local ver dir
|
||||
|
|
Loading…
Reference in New Issue