# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="ESoteric COmbine -- interpreter of esoteric programing languages" HOMEPAGE="http://esco.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${PN}-src-${PV}.tgz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" DEPEND="dev-libs/gmp" RDEPEND="${DEPEND}" src_install() { emake DESTDIR="${D}" install dodoc README docs/README_RU.utf8 ChangeLog AUTHORS }