summaryrefslogtreecommitdiff
path: root/community/httptunnel
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/httptunnel
parent0ade1da67addf154d93c6a6399b0a3d5a18a3336 (diff)
Sun Aug 11 01:21:31 PDT 2013
Diffstat (limited to 'community/httptunnel')
-rw-r--r--community/httptunnel/PKGBUILD26
1 files changed, 0 insertions, 26 deletions
diff --git a/community/httptunnel/PKGBUILD b/community/httptunnel/PKGBUILD
deleted file mode 100644
index dad2e7b9a..000000000
--- a/community/httptunnel/PKGBUILD
+++ /dev/null
@@ -1,26 +0,0 @@
-# $Id: PKGBUILD 55529 2011-09-14 07:38:23Z andrea $
-# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de>
-# Contributor: dorphell <dorphell@archlinux.org>
-# Contributor: Tom Newsom <Jeepster@gmx.co.uk>
-
-pkgname=httptunnel
-pkgver=3.3
-pkgrel=3
-pkgdesc="Creates a bidirectional virtual data connection tunnelled in HTTP requests"
-arch=('i686' 'x86_64')
-url="http://www.nocrew.org/software/httptunnel"
-license=('GPL2')
-depends=('glibc')
-source=("http://www.nocrew.org/software/${pkgname}/$pkgname-$pkgver.tar.gz")
-md5sums=('493cc0f5f21e9955db27ee9cd9a976d5')
-
-build() {
- cd "${srcdir}"/$pkgname-$pkgver
- ./configure --prefix=/usr --mandir=/usr/share/man
- make
-}
-
-package() {
- cd "${srcdir}"/$pkgname-$pkgver
- make DESTDIR="${pkgdir}" install
-}