summaryrefslogtreecommitdiff
blob: 41933ac0a9528ce292e330ec2e1ab7f2c12d3d56 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-irc/lostirc/lostirc-0.2.6.ebuild,v 1.1 2003/05/17 08:13:26 jje Exp $

inherit base

IUSE=""
DESCRIPTION="A simple but functional graphical IRC client"
HOMEPAGE="http://lostirc.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="~x86"
S=${WORKDIR}/${P}
DEPEND=">=x11-libs/gtkmm-2.0
        >=dev-libs/libsigc++-1.2"

src_install() {
        base_src_install
        dodoc AUTHORS ChangeLog COPYING INSTALL README TODO NEWS
}