network/etherpoke: Updated for version 2.3.1.

Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
Dimitris Zlatanidis 2015-06-04 16:51:19 +03:00 committed by Willy Sudiarto Raharjo
parent cce41d0620
commit e632042770
2 changed files with 8 additions and 8 deletions

View File

@ -2,7 +2,7 @@
# Slackware build script for etherpoke # Slackware build script for etherpoke
# Copyright 2015 Dimitris Zlatanidis Greece-Orestiada # Copyright 2015 Dimitris Zlatanidis Orestiada, Greece
# All rights reserved. # All rights reserved.
# #
# Redistribution and use of this script, with or without modification, is # Redistribution and use of this script, with or without modification, is
@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=etherpoke PRGNAM=etherpoke
VERSION=${VERSION:-2.1.2} VERSION=${VERSION:-2.3.1}
BUILD=${BUILD:-1} BUILD=${BUILD:-1}
TAG=${TAG:-_SBo} TAG=${TAG:-_SBo}
@ -69,8 +69,8 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
mkdir -p $PKG/usr/bin mkdir -p $PKG/usr/sbin
sed -i "s#/usr/local/bin#$PKG/usr/bin#" src/Makefile sed -i "s#/usr/local/sbin#$PKG/usr/sbin#" src/Makefile
make install DESTDIR=$PKG 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 | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION 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 cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install mkdir -p $PKG/install

View File

@ -1,8 +1,8 @@
PRGNAM="etherpoke" PRGNAM="etherpoke"
VERSION="2.1.2" VERSION="2.3.1"
HOMEPAGE="http://codeward.org/etherpoke/" HOMEPAGE="http://codeward.org/etherpoke/"
DOWNLOAD="http://codeward.org/etherpoke/files/etherpoke-2.1.2.tar.gz" DOWNLOAD="http://codeward.org/etherpoke/files/etherpoke-2.3.1.tar.gz"
MD5SUM="6416f2d077c19673a0b979e00b1a8c8a" MD5SUM="423152f394c3f9ffba7d528670fe00be"
DOWNLOAD_x86_64="" DOWNLOAD_x86_64=""
MD5SUM_x86_64="" MD5SUM_x86_64=""
REQUIRES="libconfig" REQUIRES="libconfig"