# Copyright 1999-2003 Gentoo Technologies, Inc. # 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.9 2004/02/22 16:19:57 agriffis Exp $ IUSE="pda" MY_P=${P/-/_} S=${WORKDIR}/${P} DESCRIPTION="Little Brother database" SRC_URI="http://www.spinnaker.de/debian/${MY_P}.tar.gz" HOMEPAGE="http://www.spinnaker.de/debian/lbdb.html" DEPEND=">=net-mail/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 }