net-misc/shmux - 1.0.3 (gentoo)

Search

Package Information

Description:
run the same command across many hosts in parallel
Homepage:
http://web.taranis.org/shmux/
License:
shmux

Ebuild Details

Version EAPI Keywords Slot
1.0.3 8 amd64 ~ppc x86 0
View Raw Ebuild
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit autotools

DESCRIPTION="run the same command across many hosts in parallel"
HOMEPAGE="http://web.taranis.org/shmux/"
SRC_URI="http://web.taranis.org/${PN}/dist/${P}.tgz"

LICENSE="shmux"
SLOT="0"
KEYWORDS="amd64 ~ppc x86"
IUSE="pcre"
RESTRICT="test"

RDEPEND="
	pcre? ( dev-libs/libpcre )
	sys-libs/ncurses:0=
"

DEPEND="
	${RDEPEND}
	app-alternatives/awk"

PATCHES=( "${FILESDIR}"/${P}-tinfo.patch )

DOCS=( CHANGES )

src_prepare() {
	default
	eautoreconf
}

src_configure() {
	econf $(use_with pcre)
}

src_install() {
	emake DESTDIR="${D}" install
	einstalldocs
}

USE Flags

Dependencies

DEPEND

	
	pcre? ( dev-libs/libpcre )
	sys-libs/ncurses:0=

	app-alternatives/awk

RDEPEND

	pcre? ( dev-libs/libpcre )
	sys-libs/ncurses:0=

Manifest for 1.0.3

Type File Size Source URLs
DIST shmux-1.0.3.tgz 116613 bytes http://web.taranis.org/shmux/dist/shmux-1.0.3.tgz