Sorry for following up my own message but here are the initial cuts
(incomplete but should be functional) of my package-info.in and Makefile:
(oo-browser
(standards-version 1.1
version VERSION
author-version AUTHOR_VERSION
date DATE
build-date BUILD_DATE
maintainer MAINTAINER
distribution xemacs
priority high
category CATEGORY
dump nil
description "OO-Browser: The Multi-Language Object-Oriented Code Browser"
filename FILENAME
md5sum MD5SUM
size SIZE
provides (c++-browse clos-browse eif-browse hasht hmouse-br info-browse java-brows
objc-brows pyth-brows smt-browse)
requires (REQUIRES)
type regular
))
# Makefile for XEmacs development lisp code
# This file is part of XEmacs.
# XEmacs is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by the
# Free Software Foundation; either version 2, or (at your option) any
# later version.
# XEmacs is distributed in the hope that it will be useful, but WITHOUT
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
# for more details.
# You should have received a copy of the GNU General Public License
# along with XEmacs; see the file COPYING. If not, write to
# the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
# Boston, MA 02111-1307, USA.
# This XEmacs package contains independent single file lisp packages
VERSION = 1.01
AUTHOR_VERSION = 4.08
MAINTAINER = Jake Colman <jcolman(a)jnc.com>
PACKAGE = oo-browser
PKG_TYPE = regular
REQUIRES = xemacs-base hyperbole
CATEGORY = standard
ELCS = br-c-ft.elc br-c++-ft.elc br-c++.elc br-clos-ft.elc \
br-clos.elc br-compl.elc \
br-eif-ft.elc br-eif.elc br-env.elc br-ftr.elc br-info.elc \
br-init.elc br-java.elc br-java-ft.elc \
br-lib.elc br-menu.elc br-name.elc br-objc-ft.elc \
br-objc.elc br-python.elc br-python-ft.elc br-site.elc br-vers.elc \
br-smt.elc br-start.elc br-tree.elc br.elc c++-browse.elc \
clos-brows.elc eif-browse.elc eif-calls.elc eif-ise-er.elc \
hasht.elc hmouse-br.elc info-brows.elc java-brows.elc \
objc-brows.elc pyth-brows.elc smt-browse.elc
#PRELOADS = -l br-start.el
#EXTRA_SOURCES = br-c-tags BR-VERSION br-help br-help-ms \
# Makefile Make-Env BR-COPY BR-RELEASE BR-README BR-FEATURES \
# man/oo-browser.texi man/im
#EXPLICIT_DOCS = man/$(PACKAGE).texi
#MAKEINFO_FLAGS = -Iman
include ../../XEmacs.rules
--
Jake Colman
Principia Partners LLC Phone: (201) 209-2467
Harborside Financial Center Fax: (201) 946-0320
902 Plaza Two E-mail: colman(a)ppllc.com
Jersey City, NJ 07311
www.principiapartners.com