mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
xmlcatmgr: remove long_desc.
This commit is contained in:
parent
934f427188
commit
a13dea2155
1 changed files with 1 additions and 11 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template build file for 'xmlcatmgr'.
|
# Template build file for 'xmlcatmgr'.
|
||||||
pkgname=xmlcatmgr
|
pkgname=xmlcatmgr
|
||||||
version=2.2
|
version=2.2
|
||||||
revision=2
|
revision=3
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
conf_files="
|
conf_files="
|
||||||
/etc/sgml/catalog
|
/etc/sgml/catalog
|
||||||
|
@ -14,16 +14,6 @@ homepage="http://xmlcatmgr.sourceforge.net"
|
||||||
license="BSD"
|
license="BSD"
|
||||||
distfiles="$SOURCEFORGE_SITE/xmlcatmgr/$pkgname-$version.tar.gz"
|
distfiles="$SOURCEFORGE_SITE/xmlcatmgr/$pkgname-$version.tar.gz"
|
||||||
checksum=ea1142b6aef40fbd624fc3e2130cf10cf081b5fa88e5229c92b8f515779d6fdc
|
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
|
if [ "$CROSS_BUILD" ]; then
|
||||||
hostmakedepends="xmlcatmgr"
|
hostmakedepends="xmlcatmgr"
|
||||||
|
|
Loading…
Add table
Reference in a new issue