summaryrefslogtreecommitdiff
path: root/pcr/dsh/PKGBUILD
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@lavabit.com>2012-11-14 17:17:06 -0200
committerAndré Fabian Silva Delgado <emulatorman@lavabit.com>2012-11-14 17:17:06 -0200
commit762b84f828dc02cc9a70268b178e944469148007 (patch)
tree523f05cfa4efe2a4f48c00e8aa829a472a81f7f1 /pcr/dsh/PKGBUILD
parentf670012fe35dd14cfdf11e579ede0ec7de2a0c24 (diff)
parent3003c34a15ad9b553e8511102aebab469886754f (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/srv/git/abslibre
Diffstat (limited to 'pcr/dsh/PKGBUILD')
-rw-r--r--pcr/dsh/PKGBUILD19
1 files changed, 19 insertions, 0 deletions
diff --git a/pcr/dsh/PKGBUILD b/pcr/dsh/PKGBUILD
new file mode 100644
index 000000000..605598100
--- /dev/null
+++ b/pcr/dsh/PKGBUILD
@@ -0,0 +1,19 @@
+# Contributor: SkiltZ <skiltz@free.fr>
+# Maintainer : Parabola GNU / Linux-libre Aurelien Desbrieres <aurelien@cwb.io>
+
+pkgname=dsh
+pkgver=0.25.9
+pkgrel=2
+pkgdesc="Distributed shell. Runs command through rsh or ssh on a cluster of machines."
+arch=(i686 x86_64)
+depends=('libdshconfig')
+url="http://www.netfort.gr.jp/~dancer/software/dsh.html.en"
+license=('GPL')
+source=(http://www.netfort.gr.jp/~dancer/software/downloads/dsh-$pkgver.tar.gz)
+
+build() {
+ cd $startdir/src/$pkgname-$pkgver
+ ./configure --prefix=/usr --sysconfdir='/etc'
+ make || return 1
+ make prefix=$startdir/pkg/usr sysconfdir=$startdir/pkg/etc install
+ }