# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-lml/cl-lml-2.5.2.ebuild,v 1.3 2004/06/24 23:46:25 agriffis Exp $ inherit common-lisp DESCRIPTION="Common Lisp package to provide a markup language for generation XHTML web pages" HOMEPAGE="http://lml.b9.com/ http://www.cliki.net/LML" SRC_URI="ftp://lml.med-info.com/lml-${PV}.tar.gz" LICENSE="LLGPL-2.1" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND="dev-lisp/common-lisp-controller virtual/commonlisp" CLPACKAGE=lml S=${WORKDIR}/lml-${PV} src_install() { common-lisp-install *.lisp *.asd common-lisp-system-symlink dohtml doc/readme.html docinto examples dodoc doc/readme.lml } pkg_preinst() { rm -rf /usr/lib/common-lisp/*/${CLPACKAGE} || true } pkg_postrm() { rm -rf /usr/lib/common-lisp/*/${CLPACKAGE} || true }