# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="A compiler that generates a document from a mindmap using ideas linked by dependencies" HOMEPAGE="http://planfacile.xtrahost.org" SRC_URI="http://planfacile.xtrahost.org/download/PlanFacile-2.0.060802.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86" IUSE="" S="${WORKDIR}/PlanFacile-2.0" DEPEND=">=sys-devel/bison-1.875d >=sys-devel/flex-2.5.31 sys-libs/glibc" RDEPEND="sys-libs/glibc" src_unpack() { unpack ${A} } src_compile() { econf || die "econf failed!" emake || die "emake failed!" } src_install() { einstall }