1 |
# Copyright 1999-2005 Gentoo Foundation |
2 |
# Distributed under the terms of the GNU General Public License v2 |
3 |
# $Header: /var/cvsroot/gentoo-x86/app-emacs/erc/erc-5.0.2.ebuild,v 1.5 2005/06/05 11:35:45 hansmi Exp $ |
4 |
|
5 |
inherit elisp |
6 |
|
7 |
DESCRIPTION="ERC - The Emacs IRC Client" |
8 |
HOMEPAGE="http://emacswiki.org/cgi-bin/wiki.pl?EmacsIRCClient" |
9 |
SRC_URI="mirror://sourceforge/erc/${P}.tar.gz" |
10 |
|
11 |
LICENSE="GPL-2" |
12 |
SLOT="0" |
13 |
KEYWORDS="ppc sparc x86" |
14 |
IUSE="" |
15 |
|
16 |
DEPEND="virtual/emacs" |
17 |
|
18 |
S=${WORKDIR}/${P/_*/} |
19 |
|
20 |
src_compile() { |
21 |
make || die |
22 |
} |
23 |
|
24 |
src_install() { |
25 |
elisp-install ${PN} *.el *.elc |
26 |
elisp-site-file-install ${FILESDIR}/${PV}/50erc-gentoo.el |
27 |
dodoc AUTHORS CREDITS HISTORY ChangeLog servers.pl README |
28 |
} |