diff options
Diffstat (limited to 'net-irc/muh/muh-2.1_rc1.ebuild')
-rw-r--r-- | net-irc/muh/muh-2.1_rc1.ebuild | 24 |
1 files changed, 15 insertions, 9 deletions
diff --git a/net-irc/muh/muh-2.1_rc1.ebuild b/net-irc/muh/muh-2.1_rc1.ebuild index 46bfc728fd3e..576a491938e6 100644 --- a/net-irc/muh/muh-2.1_rc1.ebuild +++ b/net-irc/muh/muh-2.1_rc1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2005 Gentoo Foundation # 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.1 2003/09/30 19:14:16 hhg Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/muh/muh-2.1_rc1.ebuild,v 1.1.1.1 2005/11/30 09:48:56 chriswhite Exp $ MY_P=${P/_/} -S=${WORKDIR}/${MY_P} -DESCRIPTION="Persistant IRC bouncer" + +DESCRIPTION="Persistent IRC bouncer" HOMEPAGE="http://mind.riot.org/muh/" IUSE="" @@ -12,14 +12,20 @@ SRC_URI="mirror://sourceforge/muh/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~ppc ~sparc ~alpha ~hppa ~mips ~arm" +KEYWORDS="x86 ppc ~sparc alpha ~hppa ~mips" -src_compile() { - econf || die "configure failed" - emake || die "compile failed" -} +S="${WORKDIR}"/${MY_P} 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 +} |