diff --git a/Makefile b/Makefile new file mode 100644 --- /dev/null +++ b/Makefile @@ -0,0 +1 @@ +include ../Makefile.common diff --git a/abi_used_libs b/abi_used_libs new file mode 100644 --- /dev/null +++ b/abi_used_libs @@ -0,0 +1,4 @@ +libc.so.6 +libglib-2.0.so.0 +libsigrok.so.4 +libsigrokdecode.so.4 diff --git a/package.yml b/package.yml new file mode 100644 --- /dev/null +++ b/package.yml @@ -0,0 +1,19 @@ +name : sigrok-cli +version : 0.7.0 +release : 1 +source : + - http://sigrok.org/download/source/sigrok-cli/sigrok-cli-0.7.0.tar.gz : 5669d968c2de3dfc6adfda76e83789b6ba76368407c832438cef5e7099a65e1c +license : GPL-3.0 +component : programming.tools +summary : A command-line tool that interfaces with various signal analyzers +description: | + sigrok-cli is a command-line tool written in C, which uses both libsigrok and libsigrokdecode to provide the basic sigrok functionality from the command-line. Among other things, it's useful for scripting purposes. +builddeps : + - pkgconfig(libsigrok) + - pkgconfig(libsigrokdecode) +setup : | + %configure +build : | + %make +install : | + %make_install diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml new file mode 100644 --- /dev/null +++ b/pspec_x86_64.xml @@ -0,0 +1,35 @@ + + + sigrok-cli + + Auston Stewart + auston.stewart@gmail.com + + GPL-3.0 + programming.tools + A command-line tool that interfaces with various signal analyzers + sigrok-cli is a command-line tool written in C, which uses both libsigrok and libsigrokdecode to provide the basic sigrok functionality from the command-line. Among other things, it's useful for scripting purposes. + + https://solus-project.com/sources/README.Solus + + + sigrok-cli + A command-line tool that interfaces with various signal analyzers + sigrok-cli is a command-line tool written in C, which uses both libsigrok and libsigrokdecode to provide the basic sigrok functionality from the command-line. Among other things, it's useful for scripting purposes. + + programming.tools + + /usr/bin + /usr/share/man + + + + + 2017-07-11 + 0.7.0 + Packaging update + Auston Stewart + auston.stewart@gmail.com + + + \ No newline at end of file