# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-postoffice/cl-postoffice-1.8.2.3.ebuild,v 1.5 2005/07/09 16:17:02 swegener Exp $ inherit common-lisp eutils DEB_PV=1 DESCRIPTION="Franz's SMTP, POP, & IMAP interface library for Common Lisp Programs" HOMEPAGE="http://opensource.franz.com/postoffice/index.html http://packages.debian.org/unstable/devel/cl-postoffice" SRC_URI="http://ftp.debian.org/debian/pool/main/c/cl-postoffice/cl-postoffice_${PV}.orig.tar.gz http://ftp.debian.org/debian/pool/main/c/cl-postoffice/cl-postoffice_${PV}-${DEB_PV}.diff.gz" LICENSE="LLGPL-2.1" SLOT="0" KEYWORDS="~amd64 ~ppc ~sparc x86" IUSE="" DEPEND="dev-lisp/cl-acl-compat" CLPACKAGE=postoffice # Invesitage why this doesn't work with CLISP sometime. src_install() { common-lisp-install *.lisp *.asd common-lisp-system-symlink do-debian-credits dodoc ChangeLog dohtml postoffice.html }