mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
network/3proxy: Updated for version 0.6.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org> Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
b52279c746
commit
b22a42c040
2 changed files with 11 additions and 5 deletions
|
@ -23,8 +23,8 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=3proxy
|
||||
VERSION=${VERSION:-0.6}
|
||||
BUILD=${BUILD:-2}
|
||||
VERSION=${VERSION:-0.6.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
|
@ -59,6 +59,12 @@ rm -rf $PRGNAM
|
|||
rm -rf $PRGNAM-$VERSION
|
||||
tar xvf $CWD/$PRGNAM-$VERSION.tgz
|
||||
cd $PRGNAM-$VERSION
|
||||
chown -R root:root .
|
||||
find -L . \
|
||||
\( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \
|
||||
-exec chmod 755 {} \; -o \
|
||||
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
|
||||
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
|
||||
|
||||
patch -p1 < $CWD/patches/Makefile.Linux.patch
|
||||
patch -p1 < $CWD/patches/fix_etcdir.patch
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="3proxy"
|
||||
VERSION="0.6"
|
||||
VERSION="0.6.1"
|
||||
HOMEPAGE="http://3proxy.ru/"
|
||||
DOWNLOAD="http://3proxy.ru/0.6/3proxy-0.6.tgz"
|
||||
MD5SUM="2ebd9c06939021f6c2aca31d67782f71"
|
||||
DOWNLOAD="http://3proxy.ru/0.6.1/3proxy-0.6.1.tgz"
|
||||
MD5SUM="03790467a12e16ed8785ae688ecf9b68"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue