# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils DESCRIPTION="Karnaugh Map Minimizer" HOMEPAGE="http://k-map.sourceforge.net/" SRC_URI="mirror://sourceforge/k-map/${PN}-04-linux.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND=">=x11-libs/wxGTK-2.6.1" RDEPEND="${DEPEND}" S="${WORKDIR}/${PN}" src_unpack() { unpack ${A} cd ${S} rm *.d emake clean epatch ${FILESDIR}/${P}.patch } src_compile() { cd ${S} emake || die "emake failed" } src_install() { einstall || die "einstall failed" }