# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="Portable C compiler" HOMEPAGE="http://pcc.ludd.ltu.se/" SRC_URI="http://pcc.ludd.ltu.se/ftp/pub/pcc/${P}.tgz" LICENSE="BSD" SLOT="0" KEYWORDS="~x86" DEPEND=" sys-devel/flex sys-devel/bison" RDEPEND="${DEPEND}" src_compile() { econf || die "econf failed" emake || die "emake failed" } src_install() { emake DESTDIR="${D}" install || die "emake install failed" }