# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="RFC2425 MIME Directory Profile library, supporting vCard and iCalendar" LICENSE="GPL-2 LGPL-2" SLOT="0" KEYWORDS="x86 arm" IUSE="doc" use doc || GPECONF="--disable-gtk-doc" DOCS="AUTHORS COPYING COPYING.LIB ChangeLog HACKING MAINTAINERS NEWS README TODO" inherit gpe src_compile() { rm config.* autoreconf --install intltoolize econf "$@" || die "./configure failure" emake PREFIX=/usr || die "compile failure" } SRC_URI="${GPE_MIRROR}/libmimedir-snapshot-${PV}.tar.gz" S="${WORKDIR}/libmimedir" RDEPEND="${RDEPEND}" DEPEND="${DEPEND} ${RDEPEND}"