# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/perl-core/DB_File/DB_File-1.815.ebuild,v 1.9 2007/08/12 20:04:18 tgall Exp $ inherit perl-module multilib eutils DESCRIPTION="A Berkeley DB Support Perl Module" HOMEPAGE="http://www.cpan.org/modules/by-module/DB_File/${P}.readme" SRC_URI="mirror://cpan/authors/id/P/PM/PMQS/${P}.tar.gz" LICENSE="|| ( Artistic GPL-2 )" SLOT="0" KEYWORDS="alpha amd64 arm ~hppa ia64 m68k mips ppc ppc64 s390 sh sparc x86" IUSE="" DEPEND="dev-lang/perl sys-libs/db" SRC_TEST="do" src_unpack() { unpack ${A} if [ $(get_libdir) != "lib" ] ; then sed -i -e "s:^LIB.*:LIB = /usr/$(get_libdir):" \ ${S}/config.in || die fi cd ${S} epatch ${FILESDIR}/DB_File-MakeMaker.patch }