mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
libraries/libtelnet: Updated for version 0.23.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
5f156b11df
commit
1cbaeb3f00
3 changed files with 6 additions and 25 deletions
|
@ -1,18 +0,0 @@
|
|||
commit 76b4633f91b07d6319de5924d8ece4905f29646e
|
||||
Author: Felipe Weckx <felipe@weckx.net>
|
||||
Date: Mon Jun 16 10:36:01 2014 -0300
|
||||
|
||||
compatibility with autoconf 2.6.x
|
||||
|
||||
diff --git a/configure.ac b/configure.ac
|
||||
index 7f5bb61..021b48f 100644
|
||||
--- a/configure.ac
|
||||
+++ b/configure.ac
|
||||
@@ -8,6 +8,7 @@ AC_CONFIG_HEADERS([config.h])
|
||||
AC_CONFIG_MACRO_DIR([m4])
|
||||
AC_CONFIG_SRCDIR([libtelnet.c])
|
||||
AM_INIT_AUTOMAKE([1.9 foreign -Wall -Werror subdir-objects])
|
||||
+AM_PROG_AR
|
||||
#LT_INIT([win32-dll])
|
||||
AC_LIBTOOL_WIN32_DLL
|
||||
|
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=libtelnet
|
||||
VERSION=${VERSION:-0.21}
|
||||
VERSION=${VERSION:-0.23}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -54,7 +54,7 @@ else
|
|||
LIBDIRSUFFIX=""
|
||||
fi
|
||||
|
||||
sed -e
|
||||
set -e
|
||||
|
||||
rm -rf $PKG
|
||||
mkdir -p $TMP $PKG $OUTPUT
|
||||
|
@ -64,7 +64,6 @@ tar xvf $CWD/$PRGNAM-$VERSION.tar.gz || tar xvf $CWD/$VERSION.tar.gz
|
|||
cd $PRGNAM-$VERSION
|
||||
chown -R root:root .
|
||||
|
||||
patch -p1 < $CWD/autoconf.patch
|
||||
autoreconf -fis
|
||||
|
||||
CFLAGS="$SLKCFLAGS" \
|
||||
|
@ -86,7 +85,7 @@ find $PKG/usr/man -type f -exec gzip -9 {} \;
|
|||
for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a README COPYING ChangeLog NEWS AUTHORS doc/html $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a README.md COPYING ChangeLog NEWS AUTHORS doc/html $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
|
||||
mkdir -p $PKG/install
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="libtelnet"
|
||||
VERSION="0.21"
|
||||
VERSION="0.23"
|
||||
HOMEPAGE="https://github.com/seanmiddleditch/libtelnet"
|
||||
DOWNLOAD="https://github.com/seanmiddleditch/libtelnet/archive/0.21.tar.gz"
|
||||
MD5SUM="73f66c693c23daa10bf65976f47b7f4b"
|
||||
DOWNLOAD="https://github.com/seanmiddleditch/libtelnet/archive/0.23/libtelnet-0.23.tar.gz"
|
||||
MD5SUM="dd84c031f190c11d2db78b6c0c055f8e"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue