dclib5 stable port information

Package: dclib5
Version: 0.3.23
Revision: 1
Description: Direct Connect protocol library
License: GPL
Maintainer: Hanspeter Niederstrasser
Depends: %N-shlibs (= %v-%r)
BuildDepends: <<
bzip2-dev,
libiconv-dev,
libxml2,
pkgconfig,
system-openssl-dev
<<
Conflicts: <<
dclib0-unified,
dclib1,
dclib2,
dclib4,
dclib5
<<
Replaces: <<
dclib0-unified,
dclib1,
dclib2,
dclib4,
dclib5
<<
BuildDependsOnly: true
Source: mirror:sourceforge:wxdcgui/dclib-%v.tar.bz2
Source-MD5: 6852e420e48d09b514fcb9f783611cdc
PatchScript: <<
### need to add new dirs if they're added in the future
/usr/bin/perl -pi -e 's,-rdynamic,,g;' configure dclib/{,core,gnulib,hash}/Makefile.in
### '-undefined suppress' is also a no-no
<<
ConfigureParams: <<
--disable-dependency-tracking
<<
GCC: 4.0
CompileScript: <<
#!/bin/sh -ev
export PKG_CONFIG_PATH=%p/lib/system-openssl/lib/pkgconfig
./configure %c
/usr/bin/make -w
<<
InfoTest: <<
TestScript: /usr/bin/make check || exit 2
<<
InstallScript: <<
/usr/bin/make -w install DESTDIR=%d
<<
DocFiles: AUTHORS ChangeLog COPYING INSTALL NEWS README
SplitOff: <<
Package: %N-shlibs
Depends: <<
bzip2-shlibs,
libiconv,
libxml2-shlibs
<<
Files: lib/libdc.5.dylib
Shlibs: <<
%p/lib/libdc.5.dylib 6.0.0 %n (>= 0.3.23-1)
<<
Description: Shared libraries for dclib
DocFiles: COPYING INSTALL README
<<
Homepage: http://wxdcgui.sourceforge.net/
DescDetail: <<
dclib is a direct connect library for Direct Connect (DC) clients.
<<
DescPackaging: <<
Links to system-openssl to remove variants and clarify any
lingering licensing issues.
<<