mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
network/netsniff-ng: Updated for version 0.6.3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
7bd0cfbaa0
commit
6aa679a6ca
2 changed files with 6 additions and 7 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for netsniff-ng
|
||||
|
||||
# Copyright 2013-2016 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
|
||||
# Copyright 2013-2017 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=netsniff-ng
|
||||
VERSION=${VERSION:-0.6.2}
|
||||
VERSION=${VERSION:-0.6.3}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -83,8 +83,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 \
|
||||
AUTHORS COPYING Cmds CodingStyle Config Extra INSTALL README REPORTING-BUGS SubmittingPatches \
|
||||
cp -a AUTHORS COPYING Cmds CodingStyle Config Extra INSTALL README REPORTING-BUGS SubmittingPatches \
|
||||
$PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="netsniff-ng"
|
||||
VERSION="0.6.2"
|
||||
VERSION="0.6.3"
|
||||
HOMEPAGE="http://netsniff-ng.org"
|
||||
DOWNLOAD="http://pub.netsniff-ng.org/netsniff-ng/netsniff-ng-0.6.2.tar.xz"
|
||||
MD5SUM="b6b2cf24e3720f28a46e25479ceeee22"
|
||||
DOWNLOAD="http://pub.netsniff-ng.org/netsniff-ng/netsniff-ng-0.6.3.tar.xz"
|
||||
MD5SUM="e892a7f2e025fba07d0f0a330e9917df"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="libcli libnet nacl liburcu GeoIP"
|
||||
|
|
Loading…
Reference in a new issue