summaryrefslogtreecommitdiff
path: root/community/corkscrew
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/corkscrew
parent380530d02a5449fdef97b63b394a6743c3de0092 (diff)
Wed Jul 17 00:58:51 PDT 2013
Diffstat (limited to 'community/corkscrew')
-rw-r--r--community/corkscrew/ChangeLog3
-rw-r--r--community/corkscrew/PKGBUILD25
2 files changed, 0 insertions, 28 deletions
diff --git a/community/corkscrew/ChangeLog b/community/corkscrew/ChangeLog
deleted file mode 100644
index 8dfd33f1b..000000000
--- a/community/corkscrew/ChangeLog
+++ /dev/null
@@ -1,3 +0,0 @@
-2010-04-09 Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
- * Package moved to [community]
- * version 2.0 - 61 votes in AUR
diff --git a/community/corkscrew/PKGBUILD b/community/corkscrew/PKGBUILD
deleted file mode 100644
index 0ca69f387..000000000
--- a/community/corkscrew/PKGBUILD
+++ /dev/null
@@ -1,25 +0,0 @@
-# $Id: PKGBUILD 67471 2012-03-11 21:49:49Z lcarlier $
-# Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
-# Contributor: gothmog.todi <t.haider@vcnc.org>
-
-pkgname=corkscrew
-pkgver=2.0
-pkgrel=5
-pkgdesc="A tool for tunneling SSH through HTTP proxies"
-arch=('i686' 'x86_64')
-url="http://www.agroman.net/corkscrew/"
-license=('GPL')
-source=(http://www.agroman.net/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('35df77e7f0e59c0ec4f80313be52c10a')
-
-build() {
- cd ${srcdir}/$pkgname-$pkgver
-
- ./configure --prefix=/usr
- make
-}
-package() {
- cd ${srcdir}/$pkgname-$pkgver
-
- make DESTDIR=${pkgdir} install
-}