|
- Package: libserialport
- Version: 0.1.1
- Revision: 1
- Description: Cross platform library for serial port access
- License: LGPL
- Depends: %N-shlibs (= %v-%r)
- BuildDepends: doxygen
- BuildDependsOnly: true
-
- # Unpack Phase:
- Source: http://sigrok.org/download/source/%n/%n-%v.tar.gz
- Source-MD5: b93f0325a6157198152b5bd7e8182b51
-
- # Compile Phase:
- PatchScript: perl -i -pe 's/-framework\s+(\S+)/-Wl,-framework,\1/g' Makefile.in
- CompileScript: <<
- #!/bin/sh -ev
- ./configure %c
- make all doc
- <<
-
- # Install Phase:
- DocFiles: AUTHORS COPYING INSTALL NEWS README doxy/html-api
- SplitOff: <<
- Package: %N-shlibs
- Files: <<
- lib/%N.*.dylib
- <<
- Shlibs: <<
- %p/lib/%N.0.dylib 2.0.0 %N-shlibs (>= 0.1.1-1)
- <<
- DocFiles: AUTHORS COPYING INSTALL NEWS README
- Description: Shared libraries for %N
- <<
- DescDetail: <<
- libserialport is a minimal, cross-platform shared library written in C
- that is intended to take care of the OS-specific details when writing
- software that uses serial ports.
- <<
- Homepage: https://sigrok.org/wiki/Libserialport
- Maintainer: Matthias Neeracher <neeracher@mac.com>
|