network/packETH: Updated for version 2.0.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
6ea1115bdc
commit
46cf11b69a
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=packETH
|
||||
VERSION=${VERSION:-1.9}
|
||||
VERSION=${VERSION:-2.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -60,8 +60,8 @@ rm -rf $PKG
|
|||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
rm -rf $PRGNAM-$VERSION
|
||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2
|
||||
cd $PRGNAM-$VERSION
|
||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
|
||||
cd $PRGNAM
|
||||
chown -R root:root .
|
||||
find -L . \
|
||||
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="packETH"
|
||||
VERSION="1.9"
|
||||
VERSION="2.0"
|
||||
HOMEPAGE="http://packeth.sourceforge.net/packeth"
|
||||
DOWNLOAD="https://sourceforge.net/projects/packeth/files/packETH-1.9.tar.bz2"
|
||||
MD5SUM="c15de33487220b5043d26de4c6fba7b9"
|
||||
DOWNLOAD="https://sourceforge.net/projects/packeth/files/packETH-2.0.tar.gz"
|
||||
MD5SUM="da8d3ece56a7b4140229da756330d880"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue