# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit elisp IUSE="" DESCRIPTION="An emacs mode for editing Relax NG compact schema files." HOMEPAGE="http://www.pantor.com/" SRC_URI="http://www.pantor.com/RncMode-1_0b3.tgz" LICENSE="BSD" SLOT="0" KEYWORDS="~x86" DEPEND="virtual/emacs" SITEFILE=50rnc-mode-gentoo.el S="${WORKDIR}" src_compile() { elisp-compile *.el || die } src_install() { elisp-install ${PN} *.el *.elc elisp-site-file-install ${FILESDIR}/${SITEFILE} } pkg_postinst() { elisp-site-regen einfo "Please see ${SITELISP}/${PN}/rnc-mode.el for the complete documentation." } pkg_postrm() { elisp-site-regen }