# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils S="${WORKDIR}/${PN}" DESCRIPTION="Command Line Interpreter Generator" SRC_URI="http://wsd.iitb.fhg.de/~geg/clighome/${P}.tar.gz" HOMEPAGE="http://wsd.iitb.fhg.de/~geg/clighome/" SLOT="0" LICENSE="GPL-2" KEYWORDS="alpha ~amd64 ppc ~sparc x86" IUSE="" DEPEND="dev-lang/tcl" src_unpack() { unpack ${A} cd "${S}" epatch "${FILESDIR}/clig_makefile_patch.patch" } src_install() { cd ${S} emake install DESTDIR="${D}" || die }