# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: 2007/01/02 16:11:36 hhalvors $ inherit common-lisp cvs eutils ECVS_SERVER="cvs.savannah.nongnu.org:/sources/cl-bibtex" if [ -z "${ECVS_BRANCH}" ]; then ECVS_BRANCH="HEAD" fi ECVS_MODULE="cl-bibtex" ECVS_USER="anonymous" ECVS_PASS="" ECVS_CVS_OPTIONS="-dP -z3" DESCRIPTION="cl-bibtex is a reimplementation of BibTeX written entirely in Common Lisp." HOMEPAGE="http://www.nongnu.org/cl-bibtex/" SRC_URI="" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 ~amd64" CLPACKAGE="bibtex" DEPEND="virtual/commonlisp" S=${WORKDIR}/${ECVS_MODULE} src_install() { common-lisp-install *.lisp bibtex.asd common-lisp-system-symlink dodoc README NEWS ChangeLog } pkg_postinst() { common-lisp_pkg_postinst }