network/packETH: Updated for version 1.9.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Cristiano Urban 2017-12-24 03:39:26 +07:00 committed by Robby Workman
parent 5c8d4ebfd6
commit 421aa8479f
2 changed files with 10 additions and 6 deletions

View file

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=packETH
VERSION=${VERSION:-1.8.1}
VERSION=${VERSION:-1.9}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -69,9 +69,8 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
cp CHANGELOG ChangeLog
sed -i 's/^LIBS=/LIBS+=/' Makefile.am
autoreconf
autoreconf -f -i
CFLAGS="$SLKCFLAGS" \
./configure \
@ -86,6 +85,11 @@ CFLAGS="$SLKCFLAGS" \
make
make install DESTDIR=$PKG
cd cli
make
cp packETHcli $PKG/usr/bin/
cd ..
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true

View file

@ -1,8 +1,8 @@
PRGNAM="packETH"
VERSION="1.8.1"
VERSION="1.9"
HOMEPAGE="http://packeth.sourceforge.net/packeth"
DOWNLOAD="http://sourceforge.net/projects/packeth/files/packETH-1.8.1.tar.bz2"
MD5SUM="90a05c12df7f5c02ef4a3e5324149f40"
DOWNLOAD="https://sourceforge.net/projects/packeth/files/packETH-1.9.tar.bz2"
MD5SUM="c15de33487220b5043d26de4c6fba7b9"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""