summaryrefslogtreecommitdiff
blob: bab86d13b67c09399d6d11d239e14fbaa6d2e273 (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
28
29
30
31
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-mail/lbdb/lbdb-0.26-r1.ebuild,v 1.14 2004/09/04 08:37:43 ticho Exp $

IUSE="pda"

MY_P=${P/-/_}
DESCRIPTION="Little Brother database"
SRC_URI="http://www.spinnaker.de/debian/${MY_P}.tar.gz"
HOMEPAGE="http://www.spinnaker.de/lbdb/"

DEPEND=">=mail-client/mutt-1.2.5"


SLOT="0"
KEYWORDS="x86 ppc sparc"
LICENSE="GPL-2"

RDEPEND="pda? ( dev-perl/p5-Palm )"

src_compile() {

	econf --libdir=/usr/lib/lbdb || die
	emake || die
}

src_install () {

	make install_prefix=${D} install || die
	dodoc README INSTALL COPYING NEWS TODO
}