summaryrefslogtreecommitdiff
path: root/community/sshpass
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
committerroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
commit18a41d682d6e91e0d28fce23eb75292f477bd620 (patch)
treebce8f660d7d0b6541cadbc49bf1bac2434e4c0c6 /community/sshpass
parent0ade1da67addf154d93c6a6399b0a3d5a18a3336 (diff)
Sun Aug 11 01:21:31 PDT 2013
Diffstat (limited to 'community/sshpass')
-rw-r--r--community/sshpass/PKGBUILD28
1 files changed, 0 insertions, 28 deletions
diff --git a/community/sshpass/PKGBUILD b/community/sshpass/PKGBUILD
deleted file mode 100644
index 3f18e8e76..000000000
--- a/community/sshpass/PKGBUILD
+++ /dev/null
@@ -1,28 +0,0 @@
-# $Id: PKGBUILD 59631 2011-11-28 22:18:13Z seblu $
-# Maintainer: Sebastien Luttringer <seblu+arch@seblu.net>
-# Contributor: Timothy Redaelli <timothy.redaelli@gmail.com>
-# Contributor: Sebastien Vasey sebastien dot vasey at gmail dot com
-
-pkgname=sshpass
-pkgver=1.05
-pkgrel=1
-pkgdesc='Fool ssh into accepting an interactive password non-interactively'
-arch=('i686' 'x86_64')
-url='http://sourceforge.net/projects/sshpass/'
-license=('GPL')
-depends=('openssh')
-source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz")
-md5sums=('c52d65fdee0712af6f77eb2b60974ac7')
-
-build() {
- cd $pkgname-$pkgver
- ./configure --prefix=/usr
- make
-}
-
-package() {
- cd $pkgname-$pkgver
- make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 ft=sh et: