# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit toolchain-funcs DESCRIPTION="A LALR(1) parser generator." HOMEPAGE="http://www.hwaci.com/sw/lemon/" SRC_URI="mirror://gentoo/lemon-${PV}.bz2" LICENSE="public-domain" SLOT="0" KEYWORDS="~x86" IUSE="" S=${WORKDIR} src_compile() { "$(tc-getCC)" -o lemon lemon.c || die } src_install() { dobin lemon }