@martintopholm : Thank's :)
Search Criteria
Package Details: dsh 0.25.9-3
Package Actions
| 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: | |
| Submitter: | skiltz |
| Maintainer: | skiltz |
| Last Packager: | skiltz |
| Votes: | 8 |
| First Submitted: | 2008-07-16 22:13 |
| Last Updated: | 2015-05-12 07:55 |
Dependencies (1)
Required by (0)
Sources
Latest Comments
Comment by skiltz
Comment by martintopholm
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
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...