# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="El-Kabong is a speedy, yet forgiving, SAX-stylee HTML parser." HOMEPAGE="http://ekhtml.sourceforge.net" SRC_URI="mirror://sourceforge/${PN}/${PN}-${PV}.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="~x86" IUSE="" src_compile() { econf || die cd ${S}/src make } src_install() { emake DESTDIR="${D}" install || die "install failed" }