# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="xjobs reads job descriptions line by line and executes them in parallel" HOMEPAGE="http://www.maier-komor.de/xjobs.html" SRC_URI="http://www.maier-komor.de/${PN}/${P}.tgz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" RESTRICT="mirror" DEPEND="" RDEPEND="" src_compile() { econf emake || die "make failed" } src_install() { dobin ${PN} || die "dobin failed" dodoc ChangeLog README }