summaryrefslogtreecommitdiff
blob: 6d805cce0240197085916963341aab8467296239 (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
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-im/naim-modules/naim-modules-0.0.11.6.1_pre20030923.ebuild,v 1.4 2004/07/15 00:18:16 agriffis Exp $

MY_PV="${PV/_pre*}-2003-09-23-1113"
DESCRIPTION="a bunch of modules for the naim im client"
HOMEPAGE="http://site.n.ml.org/info/naim/"
SRC_URI="http://site.n.ml.org/download/20031011213921/naim/${PN}-${MY_PV}.tar.gz"

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

DEPEND="net-im/naim"

S=${WORKDIR}/${P/_pre*}

src_compile() {
	econf --with-pkgdocdir=/usr/share/doc/${PF} || die "configure failed"
	emake || die "make failed"
}

src_install() {
	make DESTDIR=${D} install || die "make install failed"
	dodoc AUTHORS ChangeLog NEWS README
}