summaryrefslogtreecommitdiff
path: root/community/proxytunnel
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-07-17 00:58:52 -0700
committerroot <root@rshg054.dnsready.net>2013-07-17 00:58:52 -0700
commitdee9f17b595ea903a982d31d1124b302bb17e2ff (patch)
tree295fdab78e28e1952fbc13ce824d57c88ede4e3b /community/proxytunnel
parent380530d02a5449fdef97b63b394a6743c3de0092 (diff)
Wed Jul 17 00:58:51 PDT 2013
Diffstat (limited to 'community/proxytunnel')
-rw-r--r--community/proxytunnel/PKGBUILD21
1 files changed, 0 insertions, 21 deletions
diff --git a/community/proxytunnel/PKGBUILD b/community/proxytunnel/PKGBUILD
deleted file mode 100644
index 5898ac43b..000000000
--- a/community/proxytunnel/PKGBUILD
+++ /dev/null
@@ -1,21 +0,0 @@
-# $Id: PKGBUILD 66169 2012-02-23 02:28:14Z spupykin $
-# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
-# Contributor: Georg Grabler (STiAT) <ggrabler@gmail.com>
-
-pkgname=proxytunnel
-pkgver=1.9.0
-pkgrel=3
-pkgdesc="a program that connects stdin and stdout to a server somewhere on the network, through a standard HTTPS proxy"
-arch=('i686' 'x86_64')
-url="http://proxytunnel.sourceforge.net"
-license=('GPL')
-depends=('openssl')
-source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tgz)
-md5sums=('d74472b89c3f3b3b0abf6bd809ae34c2')
-
-build() {
- cd $srcdir/$pkgname-$pkgver
- sed -i 's|PREFIX =/usr/local|PREFIX =/usr|g' Makefile
- make
- make DESTDIR=$pkgdir install
-}