# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/net-mail/libpst/libpst-0.5.1.ebuild,v 1.3 2005/09/13 20:01:46 metalgod Exp $ inherit eutils toolchain-funcs DESCRIPTION="Tools and library for reading Outlook files (.pst format)" HOMEPAGE="http://alioth.debian.org/projects/libpst/" SRC_URI="http://alioth.debian.org/download.php/844/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 x86" IUSE="" DEPEND="virtual/libc" src_unpack() { unpack ${A} cd ${S} epatch ${FILESDIR}/${P}-gentoo.diff } src_compile() { emake CC=$(tc-getCC) || die "emake failed" } src_install() { make DESTDIR="${D}" install || die "make install failed" dodoc AUTHORS CREDITS TODO FILE-FORMAT || die "dodoc failed" dohtml FILE-FORMAT.html || die "dohtml failed" }