# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils toolchain-funcs MY_P="${PN}-10-265" DESCRIPTION="interpretive macro/programming language" HOMEPAGE="http://micans.org/zoem/" SRC_URI="http://micans.org/zoem/src/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="-* amd64 x86" IUSE="" S="${WORKDIR}/${MY_P}" src_unpack() { unpack ${A} cd "${S}" } src_compile() { tc-export CC econf || die "econf failed" emake || die } src_install() { emake DESTDIR="${D}" install || die }