diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-07-23 03:51:51 +0000 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-07-23 03:51:51 +0000 |
commit | ff9e4e102459123bc5bf56965828ebb81081d37f (patch) | |
tree | 8bbaff104c07bbae502b52b8a64e4173d2b01544 /community/httptunnel/PKGBUILD | |
parent | b43524eed7d771a8198c1422d7c46251016fb61b (diff) |
Wed Jul 23 03:42:18 UTC 2014
Diffstat (limited to 'community/httptunnel/PKGBUILD')
-rw-r--r-- | community/httptunnel/PKGBUILD | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/community/httptunnel/PKGBUILD b/community/httptunnel/PKGBUILD index dad2e7b9a..59ae895df 100644 --- a/community/httptunnel/PKGBUILD +++ b/community/httptunnel/PKGBUILD @@ -1,18 +1,25 @@ -# $Id: PKGBUILD 55529 2011-09-14 07:38:23Z andrea $ +# $Id: PKGBUILD 116094 2014-07-22 08:57:17Z lfleischer $ # 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 +pkgrel=4 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') +source=("http://www.nocrew.org/software/${pkgname}/$pkgname-$pkgver.tar.gz" + 'httptunnel-3.3-build-fix.patch') +md5sums=('493cc0f5f21e9955db27ee9cd9a976d5' + '65c1f8a2a847fb4af106c9358f9e0be8') + +prepare() { + cd "${srcdir}"/$pkgname-$pkgver + patch -p0 -i ../httptunnel-3.3-build-fix.patch +} build() { cd "${srcdir}"/$pkgname-$pkgver |