the Fink project is an effort to port
popular Unix programs to Mac OS X
Package: libggz2
Version: 0.0.14.1
Revision: 1
Description: GGZ Gaming Zone base library
License: LGPL
Maintainer: Benjamin Reed
BuildDependsOnly: true
BuildDepends: <<
fink (>= 0.24.12-1),
system-openssl-dev
<<
BuildConflicts: libgcrypt
Depends: %N-shlibs (= %v-%r)
CustomMirror: <<
eur-BE: http://ftp.belnet.be/packages/ggzgamingzone/
eur-DK: http://mirrors.dotsrc.org/ggzgamingzone/
nam-US: http://mirrors.ibiblio.org/pub/mirrors/ggzgamingzone/
<<
Source: mirror:custom:ggz/%v/libggz-%v.tar.gz
Source-MD5: 603739504648833779aa13b0327a1c3d
PatchFile: %n.patch
PatchFile-MD5: 2c04e5e7b319e3c808ceb3a4ebc6ab5b
SetCPPFLAGS: -fsigned-char -Os
CompileScript: <<
./configure --prefix=%p/lib/ggz2 --mandir=%p/share/man --enable-debug-gdb --with-tls=OpenSSL --enable-anl --with-ssl-dir=%p/lib/system-openssl --disable-dependency-tracking
make
<<
InstallScript: <<
make -j1 install DESTDIR="%d"
rm -rf %i/share/man
perl -pi -e 's,-L.*/src/security,-L%p/lib/ggz2/lib,g' %i/lib/ggz2/lib/*.la
<<
DocFiles: AUTHORS ChangeLog COPYING INSTALL NEWS README* QuickStart*
Homepage: http://www.ggzgamingzone.org/
DescDetail: <<
This is the GGZ base library libggz, used by the GGZ Gaming Zone server
(ggzd), the ggzcore library and other components.
<<
SplitOff: <<
Package: %N-shlibs
Files: lib/ggz2/lib/libggz.2*.dylib
Shlibs: %p/lib/ggz2/lib/libggz.2.dylib 6.0.0 %n (>= 0.0.14-1)
DocFiles: COPYING
<<
diff -Nurd libggz-0.0.14.1/configure libggz-0.0.14.1-new/configure
--- libggz-0.0.14.1/configure 2008-02-16 16:13:13.000000000 -0500
+++ libggz-0.0.14.1-new/configure 2010-08-23 04:01:04.000000000 -0400
@@ -22038,8 +22038,8 @@
if test "$have_gnutls" = yes; then
- GGZTLS_INCLUDES="-I $gnutls_includes"
- GGZTLS_LDFLAGS="-L $gnutls_libraries"
+ GGZTLS_INCLUDES="-I$gnutls_includes"
+ GGZTLS_LDFLAGS="-L$gnutls_libraries"
LIB_GGZTLS=$gnutls_lib
{ echo "$as_me:$LINENO: result: using GnuTLS" >&5
echo "${ECHO_T}using GnuTLS" >&6; }
@@ -22295,8 +22295,8 @@
if test "$have_ssl" = yes; then
- GGZTLS_INCLUDES="-I $ssl_includes"
- GGZTLS_LDFLAGS="-L $ssl_libraries"
+ GGZTLS_INCLUDES="-I$ssl_includes"
+ GGZTLS_LDFLAGS="-L$ssl_libraries"
LIB_GGZTLS=$ssl_lib
{ echo "$as_me:$LINENO: result: using OpenSSL" >&5
echo "${ECHO_T}using OpenSSL" >&6; }