# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils S=${WORKDIR}/${PN}-0.6 # ew, wrong version number inside the package DESCRIPTION="Meta source fake-out script for building ksb tools" HOMEPAGE="http://www.npcguild.org/software/pundits/" SRC_URI="${HOMEPAGE}${P}.tgz" LICENSE="as-is" SLOT="0" KEYWORDS="~x86" IUSE="" RDEPEND=sys-devel/m4 src_unpack() { unpack ${A} cd ${S} epatch ${FILESDIR}/*.patch } src_install() { dobin makeme || die "dobin failed" dodoc PULL README TODO }