mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
system/usbview: Updated for version 3.1
Signed-off-by: Kyle Guinn <elyk03@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
f065ac18f7
commit
b1d401bc4b
2 changed files with 9 additions and 9 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
# Slackware build script for usbview
|
# Slackware build script for usbview
|
||||||
|
|
||||||
# Copyright 2013-2022 Kyle Guinn <elyk03@gmail.com>
|
# Copyright 2013-2024 Kyle Guinn <elyk03@gmail.com>
|
||||||
# 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
|
||||||
|
@ -25,7 +25,7 @@
|
||||||
cd $(dirname $0) ; CWD=$(pwd)
|
cd $(dirname $0) ; CWD=$(pwd)
|
||||||
|
|
||||||
PRGNAM=usbview
|
PRGNAM=usbview
|
||||||
VERSION=${VERSION:-3.0}
|
VERSION=${VERSION:-3.1}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
PKGTYPE=${PKGTYPE:-tgz}
|
PKGTYPE=${PKGTYPE:-tgz}
|
||||||
|
@ -77,12 +77,12 @@ chmod -R u+w,go-w,a+rX-st .
|
||||||
autoreconf -vif
|
autoreconf -vif
|
||||||
./configure \
|
./configure \
|
||||||
--prefix=/usr \
|
--prefix=/usr \
|
||||||
--libdir=/usr/lib${LIBDIRSUFFIX} \
|
--libdir=\${exec_prefix}/lib${LIBDIRSUFFIX} \
|
||||||
--sysconfdir=/etc \
|
--sysconfdir=/etc \
|
||||||
--localstatedir=/var \
|
--localstatedir=/var \
|
||||||
--mandir=/usr/man \
|
--mandir=\${prefix}/man \
|
||||||
--infodir=/usr/info \
|
--infodir=\${prefix}/info \
|
||||||
--docdir=/usr/doc/$PRGNAM-$VERSION \
|
--docdir=\${prefix}/doc/$PRGNAM-$VERSION \
|
||||||
--disable-dependency-tracking \
|
--disable-dependency-tracking \
|
||||||
--build=$ARCH-slackware-linux \
|
--build=$ARCH-slackware-linux \
|
||||||
CFLAGS="$SLKCFLAGS"
|
CFLAGS="$SLKCFLAGS"
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="usbview"
|
PRGNAM="usbview"
|
||||||
VERSION="3.0"
|
VERSION="3.1"
|
||||||
HOMEPAGE="http://www.kroah.com/linux/usb/"
|
HOMEPAGE="http://www.kroah.com/linux/usb/"
|
||||||
DOWNLOAD="https://github.com/gregkh/usbview/archive/v3.0/usbview-3.0.tar.gz"
|
DOWNLOAD="https://github.com/gregkh/usbview/archive/v3.1/usbview-3.1.tar.gz"
|
||||||
MD5SUM="cf82e838acad955e787b8a825bc264cd"
|
MD5SUM="304d161aea12658a8e145c18d6a341af"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES=""
|
REQUIRES=""
|
||||||
|
|
Loading…
Reference in a new issue