Simplify template files by removing run_stuff_<stage>_<phase> variables.
[pkgfs.git] / templates / xmlcatmgr.tmpl
blobb3ab72db0d0307c62d721c2967e246f32c106602
1 # Template build file for 'xmlcatmgr'.
2 pkgname=xmlcatmgr
3 version=2.2
4 extract_sufx=".tar.gz"
5 url=http://kent.dl.sourceforge.net/sourceforge/xmlcatmgr
6 build_style=gnu_configure
7 make_cmd="$PKGFS_MASTERDIR/bin/gmake"
8 short_desc="XML and SGML catalog manager"
9 maintainer="Juan RP <xtraeme@gmail.com>"
10 checksum=6d01a88defccd086758f78d345a2abdf4be5c970
11 long_desc="
12  XML Catalog Manager (xmlcatmgr in its short form) is a small utility used
13  to manipulate SGML and XML catalogs.  It is extremely small and lightweight,
14  specially designed to be run from packaging systems.  Basically, it allows
15  adding and removing entries from catalogs in a completely automated way.
17  A catalog is a lookup mechanism used to translate entities into other
18  different entities. They can, for example, map public identifiers to
19  local files or URIs. This allows you to tell the parser where to look
20  for entities without having to modify the original document source."