Tentakel

From CBLFS
Revision as of 09:04, 23 September 2008 by Weibullguy (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
Download Source: http://cross-lfs.org/~arowland/tarballs/t/tentakel-svn-20071030.tar.bz2

Introduction to Tentakel

Tentakel is a program for executing the same command on many hosts in parallel using ssh.

Project Homepage: http://tentakel.biskalar.de/

Dependencies

Required

Checkout the Source

The latest stable release (2.2) of Tentakel doesn't build against Python-2.5. Either use the tarball above or checkout the most recent copy of Tentakel.

svn co http://svn.tue.mpg.de/tentakel/trunk/tentakel tentakel-$(date +%Y%m%d)

Non-Multilib

Compile the package:

make

Install the package:

PREFIX=/usr make install

Multilib

This package does not provide any libraries so only one installation is required.

32Bit

Compile the package:

make CC="gcc ${BUILD32}"

Install the package:

PREFIX=/usr make install

N32

Compile the package:

make CC="gcc ${BUILDN32}"

Install the package:

PREFIX=/usr make install

64Bit

Compile the package:

make CC="gcc ${BUILD64}"

Install the package:

PREFIX=/usr make install

Contents

Installed Directories: None
Installed Programs: tentakel
Installed Libraries: None

Short Descriptions