Page MenuHomeSolus

D674.diff
No OneTemporary

D674.diff

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 @@
+<PISI>
+ <Source>
+ <Name>sigrok-cli</Name>
+ <Packager>
+ <Name>Auston Stewart</Name>
+ <Email>auston.stewart@gmail.com</Email>
+ </Packager>
+ <License>GPL-3.0</License>
+ <PartOf>programming.tools</PartOf>
+ <Summary xml:lang="en">A command-line tool that interfaces with various signal analyzers</Summary>
+ <Description xml:lang="en">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&apos;s useful for scripting purposes.
+</Description>
+ <Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://solus-project.com/sources/README.Solus</Archive>
+ </Source>
+ <Package>
+ <Name>sigrok-cli</Name>
+ <Summary xml:lang="en">A command-line tool that interfaces with various signal analyzers</Summary>
+ <Description xml:lang="en">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&apos;s useful for scripting purposes.
+</Description>
+ <PartOf>programming.tools</PartOf>
+ <Files>
+ <Path fileType="executable">/usr/bin</Path>
+ <Path fileType="man">/usr/share/man</Path>
+ </Files>
+ </Package>
+ <History>
+ <Update release="1">
+ <Date>2017-07-11</Date>
+ <Version>0.7.0</Version>
+ <Comment>Packaging update</Comment>
+ <Name>Auston Stewart</Name>
+ <Email>auston.stewart@gmail.com</Email>
+ </Update>
+ </History>
+</PISI>
\ No newline at end of file

File Metadata

Mime Type
text/plain
Expires
Fri, Aug 11, 2:10 PM (3 h, 1 m ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5797194
Default Alt Text
D674.diff (3 KB)

Event Timeline