diff options
Diffstat (limited to 'source/l/libpcap')
-rwxr-xr-x | source/l/libpcap/libpcap.SlackBuild | 4 | ||||
-rw-r--r-- | source/l/libpcap/slack-desc | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/source/l/libpcap/libpcap.SlackBuild b/source/l/libpcap/libpcap.SlackBuild index f8814e406..7655597e2 100755 --- a/source/l/libpcap/libpcap.SlackBuild +++ b/source/l/libpcap/libpcap.SlackBuild @@ -23,7 +23,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=libpcap -VERSION=${VERSION:-$(echo $PKGNAM-*.tar.gz | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} +VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} BUILD=${BUILD:-1} # Automatically determine the architecture we're building on: @@ -60,7 +60,7 @@ mkdir -p $TMP $PKG cd $TMP rm -rf libpcap-$VERSION -tar xvf $CWD/libpcap-$VERSION.tar.gz || exit 1 +tar xvf $CWD/libpcap-$VERSION.tar.?z || exit 1 cd libpcap-$VERSION || exit 1 find . -type d -name CVS -depth -exec rm -rf {} \+ diff --git a/source/l/libpcap/slack-desc b/source/l/libpcap/slack-desc index a4a7cb4f3..52c52833b 100644 --- a/source/l/libpcap/slack-desc +++ b/source/l/libpcap/slack-desc @@ -13,7 +13,7 @@ libpcap: a portable framework for low-level network monitoring. Applications libpcap: include network statistics collection, security monitoring, network libpcap: debugging, etc. The tcpdump utility uses libpcap. libpcap: -libpcap: Project homepage: http://www.tcpdump.org +libpcap: Homepage: https://www.tcpdump.org libpcap: libpcap: libpcap: |