From e6320427705357660d351c1a9791a4e821b26103 Mon Sep 17 00:00:00 2001 From: Dimitris Zlatanidis Date: Thu, 4 Jun 2015 16:51:19 +0300 Subject: network/etherpoke: Updated for version 2.3.1. Signed-off-by: Dimitris Zlatanidis --- network/etherpoke/etherpoke.SlackBuild | 10 +++++----- network/etherpoke/etherpoke.info | 6 +++--- 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" -- cgit v1.2.3