mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
academic/sigrok-cli: Updated for version 0.6.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
201fb54217
commit
b49a5cb0a4
4 changed files with 19 additions and 16 deletions
|
@ -1,9 +1,12 @@
|
|||
sigrok-cli is a cross-platform command line utility for the sigrok software.
|
||||
sigrok-cli is a command-line frontend for sigrok.
|
||||
|
||||
It cannot display graphical output, but is still sufficient to run
|
||||
through the whole process of hardware initialization, acquisition,
|
||||
protocol decoding and saving the session.
|
||||
|
||||
It is useful for running on remote or embedded systems, netbooks, PDAs,
|
||||
and for various other use-cases. It can display samples on standard
|
||||
and for various other use-cases. It can display samples on standard
|
||||
output or save them in various file formats.
|
||||
|
||||
Optional dependency (available from SlackBuilds.org):
|
||||
- libsigrokdecode.
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for sigrok-cli
|
||||
|
||||
# Copyright 2015 Andrzej Telszewski, Sabadell
|
||||
# Copyright 2017 Andrzej Telszewski, Banie
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,13 +23,13 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=sigrok-cli
|
||||
VERSION=${VERSION:-0.5.0}
|
||||
VERSION=${VERSION:-0.6.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
case "$( uname -m )" in
|
||||
i?86) ARCH=i486 ;;
|
||||
i?86) ARCH=i586 ;;
|
||||
arm*) ARCH=arm ;;
|
||||
*) ARCH=$( uname -m ) ;;
|
||||
esac
|
||||
|
@ -40,8 +40,8 @@ TMP=${TMP:-/tmp/SBo}
|
|||
PKG=$TMP/package-$PRGNAM
|
||||
OUTPUT=${OUTPUT:-/tmp}
|
||||
|
||||
if [ "$ARCH" = "i486" ]; then
|
||||
SLKCFLAGS="-O2 -march=i486 -mtune=i686"
|
||||
if [ "$ARCH" = "i586" ]; then
|
||||
SLKCFLAGS="-O2 -march=i586 -mtune=i686"
|
||||
LIBDIRSUFFIX=""
|
||||
elif [ "$ARCH" = "i686" ]; then
|
||||
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="sigrok-cli"
|
||||
VERSION="0.5.0"
|
||||
VERSION="0.6.0"
|
||||
HOMEPAGE="http://sigrok.org/wiki/Sigrok-cli"
|
||||
DOWNLOAD="http://sigrok.org/download/source/sigrok-cli/sigrok-cli-0.5.0.tar.gz"
|
||||
MD5SUM="f6786bc4d2455b8b7d225f4909946549"
|
||||
DOWNLOAD="http://sigrok.org/download/source/sigrok-cli/sigrok-cli-0.6.0.tar.gz"
|
||||
MD5SUM="5989c334c6e679585b6730011fac4c4a"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="libsigrok libsigrokdecode"
|
||||
REQUIRES="libsigrok"
|
||||
MAINTAINER="Andrzej Telszewski"
|
||||
EMAIL="atelszewski@gmail.com"
|
||||
|
|
|
@ -8,12 +8,12 @@
|
|||
|-----handy-ruler------------------------------------------------------|
|
||||
sigrok-cli: sigrok-cli (command-line frontend for sigrok)
|
||||
sigrok-cli:
|
||||
sigrok-cli: sigrok-cli is a cross-platform command line utility for
|
||||
sigrok-cli: the sigrok software. It cannot display graphical output,
|
||||
sigrok-cli: but is still sufficient to run through the whole process of
|
||||
sigrok-cli: hardware initialization, acquisition, protocol decoding and
|
||||
sigrok-cli: saving the session. It can display samples on standard output
|
||||
sigrok-cli: sigrok-cli is a command-line frontend for sigrok. It cannot display
|
||||
sigrok-cli: graphical output, but is still sufficient to run through the whole
|
||||
sigrok-cli: process of hardware initialization, acquisition, protocol decoding
|
||||
sigrok-cli: and saving the session. It can display samples on standard output
|
||||
sigrok-cli: or save them in various file formats.
|
||||
sigrok-cli:
|
||||
sigrok-cli: Homepage: http://sigrok.org/wiki/Sigrok-cli
|
||||
sigrok-cli:
|
||||
sigrok-cli:
|
||||
|
|
Loading…
Reference in a new issue