mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
network/proxytunnel: Updated for version 1.9.0
This commit is contained in:
parent
d639a09842
commit
4b34d2ce8c
3 changed files with 7 additions and 2 deletions
|
@ -17,10 +17,13 @@ OUTPUT=${OUTPUT:-/tmp}
|
|||
|
||||
if [ "$ARCH" = "i486" ]; then
|
||||
SLKCFLAGS="-O2 -march=i486 -mtune=i686"
|
||||
LIBDIRSUFFIX=""
|
||||
elif [ "$ARCH" = "i686" ]; then
|
||||
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
|
||||
LIBDIRSUFFIX=""
|
||||
elif [ "$ARCH" = "x86_64" ]; then
|
||||
SLKCFLAGS="-O2 -fPIC"
|
||||
LIBDIRSUFFIX="64"
|
||||
fi
|
||||
|
||||
set -e # Exit on most errors
|
||||
|
@ -64,4 +67,4 @@ mkdir -p $PKG/install
|
|||
cat $CWD/slack-desc > $PKG/install/slack-desc
|
||||
|
||||
cd $PKG
|
||||
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.tgz
|
||||
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}
|
||||
|
|
|
@ -2,7 +2,9 @@ PRGNAM="proxytunnel"
|
|||
VERSION="1.9.0"
|
||||
HOMEPAGE="http://proxytunnel.sourceforge.net/"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/proxytunnel/proxytunnel-1.9.0.tgz"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM="d74472b89c3f3b3b0abf6bd809ae34c2"
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="Michael Bueker"
|
||||
EMAIL="m.bueker@berlin.de"
|
||||
APPROVED="rworkman"
|
||||
|
|
|
@ -14,6 +14,6 @@ proxytunnel: We mostly use it to tunnel SSH sessions through HTTP(S) proxies,
|
|||
proxytunnel: allowing us to do many things that wouldn't be possible without
|
||||
proxytunnel: ProxyTunnel.
|
||||
proxytunnel:
|
||||
proxytunnel: Visit http://proxytunnel.sourceforge.net/
|
||||
proxytunnel: Homepage: http://proxytunnel.sourceforge.net/
|
||||
proxytunnel:
|
||||
proxytunnel:
|
||||
|
|
Loading…
Reference in a new issue