summaryrefslogtreecommitdiff
path: root/pcr/dsh/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'pcr/dsh/PKGBUILD')
-rw-r--r--pcr/dsh/PKGBUILD19
1 files changed, 0 insertions, 19 deletions
diff --git a/pcr/dsh/PKGBUILD b/pcr/dsh/PKGBUILD
deleted file mode 100644
index 605598100..000000000
--- a/pcr/dsh/PKGBUILD
+++ /dev/null
@@ -1,19 +0,0 @@
-# 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
- }