xmlcatmgr: remove long_desc.
This commit is contained in:
parent
934f427188
commit
a13dea2155
|
@ -1,7 +1,7 @@
|
|||
# Template build file for 'xmlcatmgr'.
|
||||
pkgname=xmlcatmgr
|
||||
version=2.2
|
||||
revision=2
|
||||
revision=3
|
||||
build_style=gnu-configure
|
||||
conf_files="
|
||||
/etc/sgml/catalog
|
||||
|
@ -14,16 +14,6 @@ homepage="http://xmlcatmgr.sourceforge.net"
|
|||
license="BSD"
|
||||
distfiles="$SOURCEFORGE_SITE/xmlcatmgr/$pkgname-$version.tar.gz"
|
||||
checksum=ea1142b6aef40fbd624fc3e2130cf10cf081b5fa88e5229c92b8f515779d6fdc
|
||||
long_desc="
|
||||
XML Catalog Manager (xmlcatmgr in its short form) is a small utility used
|
||||
to manipulate SGML and XML catalogs. It is extremely small and lightweight,
|
||||
specially designed to be run from packaging systems. Basically, it allows
|
||||
adding and removing entries from catalogs in a completely automated way.
|
||||
|
||||
A catalog is a lookup mechanism used to translate entities into other
|
||||
different entities. They can, for example, map public identifiers to
|
||||
local files or URIs. This allows you to tell the parser where to look
|
||||
for entities without having to modify the original document source."
|
||||
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
hostmakedepends="xmlcatmgr"
|
||||
|
|
Loading…
Reference in New Issue