# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/net-mail/libpst/libpst-0.5.2.ebuild,v 1.1 2007/09/23 16:45:18 philantrop 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="" RDEPEND="${DEPEND}" S="${WORKDIR}/${PN}-0.5.1" src_unpack() { unpack ${A} cd "${S}" epatch "${FILESDIR}/${P}-gentoo.diff" } src_compile() { emake CC=$(tc-getCC) || die "emake failed" } src_install() { emake DESTDIR="${D}" install || die "make install failed" dodoc AUTHORS CREDITS TODO FILE-FORMAT || die "dodoc failed" dohtml FILE-FORMAT.html || die "dohtml failed" }