summaryrefslogtreecommitdiff
blob: 57278366a2dbe4c60e770bfe8d63232b3f2102ca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-irc/muh/muh-2.1_rc1.ebuild,v 1.3 2003/11/18 20:36:24 hhg Exp $

MY_P=${P/_/}
S=${WORKDIR}/${MY_P}
DESCRIPTION="Persistant IRC bouncer"
HOMEPAGE="http://mind.riot.org/muh/"
IUSE=""

SRC_URI="mirror://sourceforge/muh/${MY_P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86 ~ppc ~sparc ~alpha ~hppa ~mips ~arm"

src_compile() {
	econf || die "configure failed"
	emake || die "compile failed"
}

src_install() {
	einstall install || die "install failed"
	dodoc AUTHORS COPYING INSTALL ChangeLog
}

pkg_postinst() {
	einfo
	einfo "You'll need to configure muh before running it"
	einfo "Put your config in ~/.muh/muhrc"
	einfo "A sample config is /usr/share/muhrc"
	einfo "For more information, see the documentation"
	einfo
}