# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/net-libs/courier-authlib/courier-authlib-0.58.ebuild,v 1.11 2007/01/04 15:51:50 flameeyes Exp $ inherit eutils DESCRIPTION="free/GPL Email library (MIME) written in C++" SRC_URI="http://codesink.org/download/${P}.tar.gz" HOMEPAGE="http://codesink.org/mimetic_mime_library.html" SLOT="0" LICENSE="GPL-2" KEYWORDS="~amd64 ~x86" DEPEND="dev-libs/STLport " RDEPEND="${DEPEND}" src_compile() { econf emake || die "Compile problem" } src_install() { emake DESTDIR="${D}" install || die "installing ${P} failed" dodoc README NEWS AUTHORS TODO ChangeLog }