network/driftnet: Fixed tarball handling.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
David Spencer 2017-05-16 23:16:07 +01:00
parent e9ec0526e9
commit af2053d5f3
2 changed files with 2 additions and 2 deletions

View file

@ -61,7 +61,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $SRCNAM
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
tar xvf $CWD/$SRCNAM.tar.gz
cd $SRCNAM
chown -R root:root .
find -L . \

View file

@ -1,7 +1,7 @@
PRGNAM="driftnet"
VERSION="1.1.5"
HOMEPAGE="https://github.com/deiv/driftnet"
DOWNLOAD="https://github.com/deiv/driftnet/archive/upstream/v1.1.5/driftnet-1.1.5.tar.gz"
DOWNLOAD="https://github.com/deiv/driftnet/archive/upstream/v1.1.5/driftnet-upstream.tar.gz"
MD5SUM="1759bac067aa26de1a7f79e887fd59ff"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""