mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
libraries/libgusb: Updated for version 0.4.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
1ee87115af
commit
5ef5e7511f
2 changed files with 5 additions and 8 deletions
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=libgusb
|
||||
VERSION=${VERSION:-0.4.0}
|
||||
VERSION=${VERSION:-0.4.2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
@ -38,9 +38,6 @@ if [ -z "$ARCH" ]; then
|
|||
esac
|
||||
fi
|
||||
|
||||
# If the variable PRINT_PACKAGE_NAME is set, then this script will report what
|
||||
# the name of the created package would be, and then exit. This information
|
||||
# could be useful to other scripts.
|
||||
if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
|
||||
echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
|
||||
exit 0
|
||||
|
@ -87,7 +84,7 @@ cd build
|
|||
--libdir=lib${LIBDIRSUFFIX} \
|
||||
--libexecdir=/usr/lib${LIBDIRSUFFIX} \
|
||||
--mandir=/usr/man \
|
||||
-Ddocs=true \
|
||||
-Ddocs=false \
|
||||
..
|
||||
|
||||
"${NINJA:=ninja}"
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="libgusb"
|
||||
VERSION="0.4.0"
|
||||
VERSION="0.4.2"
|
||||
HOMEPAGE="https://github.com/hughsie/libgusb"
|
||||
DOWNLOAD="https://people.freedesktop.org/~hughsient/releases/libgusb-0.4.0.tar.xz"
|
||||
MD5SUM="0eedc08183367d8238b2d1fc39897913"
|
||||
DOWNLOAD="https://people.freedesktop.org/~hughsient/releases/libgusb-0.4.2.tar.xz"
|
||||
MD5SUM="32367173c06f1837e9cb943e778764cd"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue