# Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/net-irc/lostirc/lostirc-0.1.4.ebuild,v 1.4 2002/11/15 17:27:29 phoenix Exp $ IUSE="" DESCRIPTION="A simple but functional graphical IRC client" HOMEPAGE="http://lostirc.sourceforge.net/" SRC_URI="mirror://sourceforge/lostirc/${P}.tar.gz" SLOT="0" LICENSE="GPL-2" KEYWORDS="x86 ppc" DEPEND="=x11-libs/gtkmm-1.2.9* =dev-libs/libsigc++-1.0*" S=${WORKDIR}/${P} src_compile() { ./configure \ --host=${CHOST} \ --prefix=/usr \ --infodir=/usr/share/info \ --mandir=/usr/share/man || die emake || die } src_install () { make \ prefix=${D}/usr \ mandir=${D}/usr/share/man \ infodir=${D}/usr/share/info \ install || die rm ${D}/usr/share/gnome -fr dodoc AUTHORS ChangeLog COPYING INSTALL README TODO }