summaryrefslogtreecommitdiff
path: root/community/proxytunnel
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2012-02-24 14:50:00 +0100
committerMichał Masłowski <mtjm@mtjm.eu>2012-02-24 14:50:00 +0100
commit82e1a8e4caf3318dbb60adda8c2649ae7ac15661 (patch)
treebc42529997fa58fc26481c8ba7524560f3baa5af /community/proxytunnel
parentf87cdf22eb712b5b1c118f768d4ff710fc839403 (diff)
parentd466ef49f224a9347fe0375eac8126725e10a0a4 (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: community/arpack/PKGBUILD community/flac123/PKGBUILD community/flashrom/PKGBUILD community/liblockfile/PKGBUILD community/python-cjson/PKGBUILD community/tcpflow/PKGBUILD extra/vlc/PKGBUILD multilib/lib32-gnutls/PKGBUILD multilib/lib32-libssh2/PKGBUILD
Diffstat (limited to 'community/proxytunnel')
-rw-r--r--community/proxytunnel/PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/community/proxytunnel/PKGBUILD b/community/proxytunnel/PKGBUILD
index 8ae8cc023..19eed56f3 100644
--- a/community/proxytunnel/PKGBUILD
+++ b/community/proxytunnel/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 14239 2010-04-02 09:44:01Z spupykin $
+# $Id: PKGBUILD 66169 2012-02-23 02:28:14Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Georg Grabler (STiAT) <ggrabler@gmail.com>
pkgname=proxytunnel
pkgver=1.9.0
-pkgrel=2
+pkgrel=3
pkgdesc="a program that connects stdin and stdout to a server somewhere on the network, through a standard HTTPS proxy"
arch=('i686' 'x86_64' 'mips64el')
url="http://proxytunnel.sourceforge.net"
@@ -14,8 +14,8 @@ source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.t
md5sums=('d74472b89c3f3b3b0abf6bd809ae34c2')
build() {
- cd $startdir/src/$pkgname-$pkgver
+ cd $srcdir/$pkgname-$pkgver
sed -i 's|PREFIX =/usr/local|PREFIX =/usr|g' Makefile
- make || return 1
- make DESTDIR=$startdir/pkg install
+ make
+ make DESTDIR=$pkgdir install
}