summaryrefslogtreecommitdiff
path: root/community/corkscrew/PKGBUILD
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/corkscrew/PKGBUILD
parent0ade1da67addf154d93c6a6399b0a3d5a18a3336 (diff)
Sun Aug 11 01:21:31 PDT 2013
Diffstat (limited to 'community/corkscrew/PKGBUILD')
-rw-r--r--community/corkscrew/PKGBUILD25
1 files changed, 0 insertions, 25 deletions
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
-}