Package Details: dsh 0.25.9-3

Package Base: dsh
Description: Distributed shell. Runs command through rsh or ssh on a cluster of machines.
Upstream URL: http://www.netfort.gr.jp/~dancer/software/dsh.html.en
Category: network
Licenses: GPL
Submitter: skiltz
Maintainer: skiltz
Last Packager: skiltz
Votes: 8
First Submitted: 2008-07-16 22:13
Last Updated: 2015-05-12 07:55

Latest Comments

Comment by skiltz

2015-05-12 07:56

@martintopholm : Thank's :)

Comment by martintopholm

2013-10-04 10:06

Similar to libdshconfig, replacing build() with the follow seems to permit makepkg to run:

build() {
cd "$srcdir/$pkgname-$pkgver"
./configure --prefix=/usr --sysconfdir=/etc
make
}

package() {
cd "$srcdir/$pkgname-$pkgver"
make DESTDIR="$pkgdir/" install
}

Comment by kabads

2013-05-11 13:38

After installing libdshconfig I'm still left with a dependency error on this package

checking for libdshconfig.h ... configure: error: needs libdshconfig.h to compile
==> ERROR: A failure occurred in build().
Aborting...