mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
libraries/libcli: Updated for version 1.9.7.
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
This commit is contained in:
parent
c2349d4394
commit
8d8a168d03
2 changed files with 9 additions and 9 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
# Slackware build script for libcli
|
# Slackware build script for libcli
|
||||||
|
|
||||||
# Copyright 2009-2010 Heinz Wiesinger, Amsterdam, The Netherlands
|
# Copyright 2009-2014 Heinz Wiesinger, Amsterdam, The Netherlands
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
# Redistribution and use of this script, with or without modification, is
|
# Redistribution and use of this script, with or without modification, is
|
||||||
|
@ -23,7 +23,7 @@
|
||||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
PRGNAM=libcli
|
PRGNAM=libcli
|
||||||
VERSION=1.9.4
|
VERSION=1.9.7
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
|
@ -59,9 +59,9 @@ set -e
|
||||||
rm -rf $PKG
|
rm -rf $PKG
|
||||||
mkdir -p $TMP $PKG $OUTPUT
|
mkdir -p $TMP $PKG $OUTPUT
|
||||||
cd $TMP
|
cd $TMP
|
||||||
rm -rf $PRGNAM-$VERSION
|
rm -rf dparrish-libcli-ae56ebc
|
||||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
|
tar xvf $CWD/dparrish-libcli-v$VERSION-0-gae56ebc.tar.gz
|
||||||
cd $PRGNAM-$VERSION
|
cd dparrish-libcli-ae56ebc
|
||||||
chown -R root:root .
|
chown -R root:root .
|
||||||
find -L . \
|
find -L . \
|
||||||
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
|
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="libcli"
|
PRGNAM="libcli"
|
||||||
VERSION="1.9.4"
|
VERSION="1.9.7"
|
||||||
HOMEPAGE="http://code.google.com/p/libcli/"
|
HOMEPAGE="http://sites.dparrish.com/libcli"
|
||||||
DOWNLOAD="http://libcli.googlecode.com/files/libcli-1.9.4.tar.gz"
|
DOWNLOAD="https://github.com/dparrish/libcli/tarball/v1.9.7/dparrish-libcli-v1.9.7-0-gae56ebc.tar.gz"
|
||||||
MD5SUM="b917617d21b90db214971efe64a33416"
|
MD5SUM="e4d45fb1b2315ce65bfe2fe44d081e7a"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES=""
|
REQUIRES=""
|
||||||
|
|
Loading…
Reference in a new issue