vp-build/templates/xmlcatmgr.tmpl
Juan RP 3e4a2a977c Added xmlcatmgr-2.2 template.
--HG--
extra : convert_revision : adf09323e9455ff5ec35618c996ffee2e6d618a4
2008-10-13 04:50:32 +02:00

29 lines
1.2 KiB
Cheetah
Executable File

# Template build file for 'xmlcatmgr'.
pkgname=xmlcatmgr
version=2.2
extract_sufx=".tar.gz"
url=http://kent.dl.sourceforge.net/sourceforge/xmlcatmgr
build_style=gnu_configure
make_cmd="$PKGFS_MASTERDIR/bin/gmake"
short_desc="XML and SGML catalog manager"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=6d01a88defccd086758f78d345a2abdf4be5c970
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."
# Prepare and install the catalogs.
run_stuff_after="install"
run_stuff_after_install_file="
$PKGFS_TEMPLATESDIR/$pkgname-runstuff-after-install.sh"
run_stuff_before="install"
run_stuff_before_install_file="
$PKGFS_TEMPLATESDIR/$pkgname-runstuff-before-install.sh"