+summary : Provides the basic API for sigrok protocol decoders
+description: |
+ libsigrokdecode is a shared library written in C which provides the basic API for running sigrok protocol decoders. The protocol decoders themselves are written in Python.
+builddeps :
+ - pkgconfig(python3)
+setup : |
+ %configure --disable-static
+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,50 @@
+<PISI>
+ <Source>
+ <Name>libsigrokdecode</Name>
+ <Packager>
+ <Name>Auston Stewart</Name>
+ <Email>auston.stewart@gmail.com</Email>
+ </Packager>
+ <License>GPL-3.0</License>
+ <PartOf>system.utils</PartOf>
+ <Summary xml:lang="en">Provides the basic API for sigrok protocol decoders</Summary>
+ <Description xml:lang="en">libsigrokdecode is a shared library written in C which provides the basic API for running sigrok protocol decoders. The protocol decoders themselves are written in Python.
+ <Summary xml:lang="en">Provides the basic API for sigrok protocol decoders</Summary>
+ <Description xml:lang="en">libsigrokdecode is a shared library written in C which provides the basic API for running sigrok protocol decoders. The protocol decoders themselves are written in Python.
+ <Summary xml:lang="en">Development files for libsigrokdecode</Summary>
+ <Description xml:lang="en">libsigrokdecode is a shared library written in C which provides the basic API for running sigrok protocol decoders. The protocol decoders themselves are written in Python.