summaryrefslogtreecommitdiffstats
path: root/network/etherpoke
diff options
context:
space:
mode:
author Dimitris Zlatanidis <d.zlatanidis@gmail.com>2015-06-04 16:51:19 +0300
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2015-06-07 22:09:54 +0700
commite6320427705357660d351c1a9791a4e821b26103 (patch)
tree18e5053e9785e03ba9a12ed5d55325640f8ce0c3 /network/etherpoke
parentcce41d06201abcb28c6103b2190e3c688afe5799 (diff)
downloadslackbuilds-e6320427705357660d351c1a9791a4e821b26103.tar.gz
slackbuilds-e6320427705357660d351c1a9791a4e821b26103.tar.xz
network/etherpoke: Updated for version 2.3.1.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'network/etherpoke')
-rw-r--r--network/etherpoke/etherpoke.SlackBuild10
-rw-r--r--network/etherpoke/etherpoke.info6
2 files changed, 8 insertions, 8 deletions
diff --git a/network/etherpoke/etherpoke.SlackBuild b/network/etherpoke/etherpoke.SlackBuild
index 8c8d4f1942..a5b4708a74 100644
--- a/network/etherpoke/etherpoke.SlackBuild
+++ b/network/etherpoke/etherpoke.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for etherpoke
-# Copyright 2015 Dimitris Zlatanidis Greece-Orestiada
+# Copyright 2015 Dimitris Zlatanidis Orestiada, Greece
# 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=etherpoke
-VERSION=${VERSION:-2.1.2}
+VERSION=${VERSION:-2.3.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -69,8 +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 {} \;
-mkdir -p $PKG/usr/bin
-sed -i "s#/usr/local/bin#$PKG/usr/bin#" src/Makefile
+mkdir -p $PKG/usr/sbin
+sed -i "s#/usr/local/sbin#$PKG/usr/sbin#" src/Makefile
make install DESTDIR=$PKG
@@ -78,7 +78,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a README Changelog AUTHORS COPYING $PKG/usr/doc/$PRGNAM-$VERSION
+cp -a README.md Changelog AUTHORS COPYING $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install
diff --git a/network/etherpoke/etherpoke.info b/network/etherpoke/etherpoke.info
index b7687895c3..f34943232b 100644
--- a/network/etherpoke/etherpoke.info
+++ b/network/etherpoke/etherpoke.info
@@ -1,8 +1,8 @@
PRGNAM="etherpoke"
-VERSION="2.1.2"
+VERSION="2.3.1"
HOMEPAGE="http://codeward.org/etherpoke/"
-DOWNLOAD="http://codeward.org/etherpoke/files/etherpoke-2.1.2.tar.gz"
-MD5SUM="6416f2d077c19673a0b979e00b1a8c8a"
+DOWNLOAD="http://codeward.org/etherpoke/files/etherpoke-2.3.1.tar.gz"
+MD5SUM="423152f394c3f9ffba7d528670fe00be"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="libconfig"