the Fink project is an effort to port
popular Unix programs to Mac OS X
Package: dclib4-shlibs
Version: 0.3.22
Revision: 3
Distribution: 10.5, 10.6
Description: Direct Connect protocol library
License: GPL
Maintainer: Hanspeter Niederstrasser
Depends: <<
bzip2-shlibs,
libiconv,
libxml2-shlibs
<<
BuildDepends: <<
bzip2-dev,
libiconv-dev,
libxml2,
pkgconfig,
system-openssl-dev
<<
Source: mirror:sourceforge:wxdcgui/dclib-%v.tar.bz2
Source-MD5: 5894298ed84e267a531210421eef04ae
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
/bin/rm -r %i/include %i/lib/libdc.la %i/lib/pkgconfig %i/lib/libdc.dylib
<<
DocFiles: AUTHORS ChangeLog COPYING INSTALL NEWS README
Shlibs: <<
%p/lib/libdc.4.dylib 5.0.0 %n (>= 0.3.22-1)
<<
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.
All compile time files removed to avoid pkgs using it.
<<