summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Kyle Guinn <elyk03@gmail.com>2024-01-03 21:44:49 -0600
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2024-01-06 08:08:47 +0700
commitb1d401bc4b2b0be108b20d327f25bc4874faee5f (patch)
tree7ca78dc45b19bbdde593ce8b27b3dfc994c0ad1e
parentf065ac18f733c86b01714b8afe29c094120aff5b (diff)
downloadslackbuilds-b1d401bc4b2b0be108b20d327f25bc4874faee5f.tar.gz
slackbuilds-b1d401bc4b2b0be108b20d327f25bc4874faee5f.tar.xz
system/usbview: Updated for version 3.1
Signed-off-by: Kyle Guinn <elyk03@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--system/usbview/usbview.SlackBuild12
-rw-r--r--system/usbview/usbview.info6
2 files changed, 9 insertions, 9 deletions
diff --git a/system/usbview/usbview.SlackBuild b/system/usbview/usbview.SlackBuild
index 60b0564025..e34b8e331d 100644
--- a/system/usbview/usbview.SlackBuild
+++ b/system/usbview/usbview.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for usbview
-# Copyright 2013-2022 Kyle Guinn <elyk03@gmail.com>
+# Copyright 2013-2024 Kyle Guinn <elyk03@gmail.com>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=usbview
-VERSION=${VERSION:-3.0}
+VERSION=${VERSION:-3.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -77,12 +77,12 @@ chmod -R u+w,go-w,a+rX-st .
autoreconf -vif
./configure \
--prefix=/usr \
- --libdir=/usr/lib${LIBDIRSUFFIX} \
+ --libdir=\${exec_prefix}/lib${LIBDIRSUFFIX} \
--sysconfdir=/etc \
--localstatedir=/var \
- --mandir=/usr/man \
- --infodir=/usr/info \
- --docdir=/usr/doc/$PRGNAM-$VERSION \
+ --mandir=\${prefix}/man \
+ --infodir=\${prefix}/info \
+ --docdir=\${prefix}/doc/$PRGNAM-$VERSION \
--disable-dependency-tracking \
--build=$ARCH-slackware-linux \
CFLAGS="$SLKCFLAGS"
diff --git a/system/usbview/usbview.info b/system/usbview/usbview.info
index 8e60af61e0..1163d92ea6 100644
--- a/system/usbview/usbview.info
+++ b/system/usbview/usbview.info
@@ -1,8 +1,8 @@
PRGNAM="usbview"
-VERSION="3.0"
+VERSION="3.1"
HOMEPAGE="http://www.kroah.com/linux/usb/"
-DOWNLOAD="https://github.com/gregkh/usbview/archive/v3.0/usbview-3.0.tar.gz"
-MD5SUM="cf82e838acad955e787b8a825bc264cd"
+DOWNLOAD="https://github.com/gregkh/usbview/archive/v3.1/usbview-3.1.tar.gz"
+MD5SUM="304d161aea12658a8e145c18d6a341af"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""