# Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/net-irc/erc/erc-2.93.ebuild,v 1.5 2002/10/04 21:12:03 vapier Exp $ S=${WORKDIR}/${P} DESCRIPTION="ERC - The Emacs IRC Client" SRC_URI="mirror://sourceforge/erc/${P}.tar.gz" HOMEPAGE="http://emacswiki.org/cgi-bin/wiki.pl?EmacsIRCClient" DEPEND="" RDEPEND=">=app-editors/emacs-21.2" SLOT="0" LICENSE="GPL-2" KEYWORDS="x86" src_install() { dodoc CREDITS HISTORY ChangeLog servers.pl insinto /usr/share/emacs/21.2/lisp doins *.el }