# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # Maintainer: Alexander Hoogerhuis DESCRIPTION="HelFORTH is a fast and powerful implementation of FORTH programming language." SRC_URI="http://maschenwerk.de/dl/${PN}2.50-src.tgz" HOMEPAGE="http://maschenwerk.de/HelFORTH/" LICENSE="MIT" KEYWORDS="x86" RESTRICT="nostrip" S="${WORKDIR}/${PN}2.50-src/" src_unpack() { unpack ${A} cd ${S} } src_compile() { emake || die "emake failed" } src_install () { dobin hf hf-ans hf-mega dodoc README License.txt cp doc/wordlist.pdf ${D}/usr/share/doc/${PF}/ }