# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 DESCRIPTION="An HTML preprocessor using ML syntax" HOMEPAGE="http://www.linguistik.uni-erlangen.de/~msbethke/software.html" SRC_URI="http://www.linguistik.uni-erlangen.de/~msbethke/binaries/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 ~ppc ~amd64 ~hppa" src_compile() { econf || die "Error: econf failed!" emake || die "Error: emake failed!" } src_install() { make install || die "Installation failed!" }