You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- Package: libsigrokdecode
- Version: 0.4.1
- Revision: 1
- Description: Protocol decoding for sigrok
- License: GPL
- Depends: %N-shlibs (= %v-%r)
- BuildDepends: python36
- BuildDependsOnly: true
- Conflicts: libsigrokdecode-devel
- Replaces: libsigrokdecode-devel
-
- # Unpack Phase:
- Source: http://sigrok.org/download/source/%n/%n-%v.tar.gz
- Source-MD5: a195d9290e7a4c7cbb479da3ac077633
-
- # Compile Phase:
- CompileScript: <<
- #!/bin/sh -ev
- ./configure %c
- make all
- <<
-
- # Install Phase:
- DocFiles: AUTHORS COPYING INSTALL NEWS README
- SplitOff: <<
- Package: %N-shlibs
- Files: <<
- lib/%N.*.dylib
- <<
- Shlibs: <<
- %p/lib/%N.3.dylib 4.0.0 %N-shlibs (>= 0.4.1-1)
- <<
- Depends: python36-shlibs
- Conflicts: libsigrokdecode-devel-shlibs
- Replaces: libsigrokdecode-devel-shlibs
- DocFiles: AUTHORS COPYING INSTALL NEWS README
- Description: Shared libraries for %N
- <<
- DescDetail: <<
- libsigrokdecode is a shared library written in C, which provides (streaming)
- protocol decoding functionality.
- <<
- Homepage: https://sigrok.org/wiki/Libsigrokdecode
- Maintainer: Matthias Neeracher <neeracher@mac.com>
|