From 8fbc0076a4827ddc6af92e0b9daa4c4c31450808 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 19 Jul 2013 01:10:32 -0700 Subject: Fri Jul 19 01:09:18 PDT 2013 --- community/httptunnel/PKGBUILD | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 community/httptunnel/PKGBUILD (limited to 'community/httptunnel') diff --git a/community/httptunnel/PKGBUILD b/community/httptunnel/PKGBUILD new file mode 100644 index 000000000..dad2e7b9a --- /dev/null +++ b/community/httptunnel/PKGBUILD @@ -0,0 +1,26 @@ +# $Id: PKGBUILD 55529 2011-09-14 07:38:23Z andrea $ +# Maintainer: Lukas Fleischer +# Contributor: dorphell +# Contributor: Tom Newsom + +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 +} -- cgit v1.2.3-54-g00ecf