libtubo stable port information

Package: libtubo
Version: 4.5.0
Revision: 3
Depends: %n-shlibs (= %v-%r)
BuildDepends: glib2-dev (>= 2.22.0-1), pkgconfig
BuildDependsOnly: true
Source: mirror:sourceforge:xffm/%n-%v.tar.gz
Source-MD5: b860deed622fd9484ac640ec7ebf7234
SetCFLAGS: -Os
ConfigureParams: --mandir=%p/share/man --with-extra-includes=%p/include --with-extra-libs=%p/lib --disable-dependency-tracking PKG_CONFIG_PATH="%p/lib/glib-2.0/pkgconfig-strict:$PKG_CONFIG_PATH"
CompileScript: <<
./configure %c
make libtubo_la_LIBADD='$(GLIB_LIBS)'
<<
InstallScript: make install DESTDIR=%d
DocFiles: AUTHORS COPYING ChangeLog NEWS README TODO
SplitOff: <<
Package: %N-shlibs
Depends: glib2-shlibs (>= 2.22.0-1)
Replaces: %N (<< 4.5.0-3)
Files: lib/libtubo.1*
Shlibs: %p/lib/libtubo.1.dylib 2.0.0 %n (>= 4.5.0-3)
DocFiles: AUTHORS COPYING ChangeLog NEWS README TODO
<<
License: GPL
Homepage: http://xffm.sourceforge.net/libtubo.html
Maintainer: Jack Fink
Description: Interprocess communication library
DescDetail: <<
The Libtubo library 4.5.0 is small and simple function set to enable
a process to run any other process in the background and communicate
via the stdout, stderr and stdin file descriptors.
<<