Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 25369
Collapse All | Expand All

(-)lostirc-0.2.6.ebuild (-4 / +14 lines)
Lines 1-20 Link Here
1
# Copyright 1999-2003 Gentoo Technologies, Inc.
1
# Copyright 1999-2003 Gentoo Technologies, Inc.
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /home/cvsroot/gentoo-x86/net-irc/lostirc/lostirc-0.2.6.ebuild,v 1.2 2003/07/13 12:43:38 mholzer Exp $
3
# $Header: $
4
4
5
inherit base
5
inherit base
6
6
7
IUSE=""
7
IUSE="kde gnome"
8
DESCRIPTION="A simple but functional graphical IRC client"
8
DESCRIPTION="A simple but functional graphical IRC client"
9
HOMEPAGE="http://lostirc.sourceforge.net/"
9
HOMEPAGE="http://lostirc.sourceforge.net/"
10
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
10
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
11
SLOT="0"
11
SLOT="0"
12
LICENSE="GPL-2"
12
LICENSE="GPL-2"
13
KEYWORDS="~x86"
13
KEYWORDS="~x86 ~ppc"
14
S=${WORKDIR}/${P}
14
S=${WORKDIR}/${P}
15
DEPEND=">=dev-cpp/gtkmm-2.0
15
DEPEND=">=sys-apps/sed-4*
16
        >=dev-cpp/gtkmm-2.0
16
        >=dev-libs/libsigc++-1.2"
17
        >=dev-libs/libsigc++-1.2"
17
18
19
src_compile() {
20
        # patch po/Makefile.in.in
21
        sed -i -r 's:(^mkinstalldirs = ).*:\1$(MKINSTALLDIRS):' po/Makefile.in.in || die
22
        local myconf=""
23
        use kde || myconf="${myconf} --disable-kde"
24
        use gnome || myconf="${myconf} --disable-gnome"
25
        econf ${myconf} || die
26
        base_src_compile make
27
18
src_install() {
28
src_install() {
19
        base_src_install
29
        base_src_install
20
        dodoc AUTHORS ChangeLog COPYING INSTALL README TODO NEWS
30
        dodoc AUTHORS ChangeLog COPYING INSTALL README TODO NEWS

Return to bug 25369