gc-static stable port information

Package: gc-static
Version: 6.2
Revision: 5
Architecture: powerpc
DescPackaging: Doesn't compile on intel
BuildDependsOnly: true
Source: http://www.hpl.hp.com/personal/Hans_Boehm/gc/gc_source/gc%valpha4.tar.gz
Source-MD5: 69c39cb80b3d685c43651dceb8ea343f
Conflicts: gc
Replaces: gc
NoSetCPPFLAGS: true
#SetCFLAGS: -fno-common -DLARGE_CONFIG -g -UNO_DEBUGGING -I%p/include
CompileScript: <<
make
make test
<<
InstallScript: <<
mkdir -p %i/lib
install -p -m644 gc.a %i/lib/libgc.a
mkdir -p %i/include
install -p -m644 include/gc.h include/gc_local_alloc.h include/gc_pthread_redirects.h include/gc_config_macros.h include/leak_detector.h include/gc_typed.h %i/include
mkdir -p %i/share/man/man3
install -p -m644 doc/gc.man %i/share/man/man3/GC_malloc.3
mkdir -p %i/share/doc/gc
install -p -m644 README.QUICK doc/* %i/share/doc/gc
rm -f %i/share/doc/gc/gc.man
<<
License: OSI-Approved
PostInstScript: <<
rm -f %p/lib/libgc.dylib
<<
Description: Static libraries for gc package
DescPort: <<
We can't use ./configure, since it doesn't properly detect OS X. (Thanks
to Dan Grayson for figuring this out.) Thus, we do our compiling and
installing "by hand."

Some earlier versions of gc-static may have left behind a stray copy of
/sw/lib/libgc.dylib, so we remove it in a post-install script.
<<
Maintainer: Dave Morrison
Homepage: http://www.hpl.hp.com/personal/Hans_Boehm/gc/



gc-static _unstable_ port information

Package: gc-static
Version: 6.2
Revision: 5
Architecture: powerpc
DescPackaging: Doesn't compile on intel
BuildDependsOnly: true
Source: http://www.hpl.hp.com/personal/Hans_Boehm/gc/gc_source/gc%valpha4.tar.gz
Source-MD5: 69c39cb80b3d685c43651dceb8ea343f
Conflicts: gc
Replaces: gc
NoSetCPPFLAGS: true
#SetCFLAGS: -fno-common -DLARGE_CONFIG -g -UNO_DEBUGGING -I%p/include
CompileScript: <<
make
make test
<<
InstallScript: <<
mkdir -p %i/lib
install -p -m644 gc.a %i/lib/libgc.a
mkdir -p %i/include
install -p -m644 include/gc.h include/gc_local_alloc.h include/gc_pthread_redirects.h include/gc_config_macros.h include/leak_detector.h include/gc_typed.h %i/include
mkdir -p %i/share/man/man3
install -p -m644 doc/gc.man %i/share/man/man3/GC_malloc.3
mkdir -p %i/share/doc/gc
install -p -m644 README.QUICK doc/* %i/share/doc/gc
rm -f %i/share/doc/gc/gc.man
<<
License: OSI-Approved
PostInstScript: <<
rm -f %p/lib/libgc.dylib
<<
Description: Static libraries for gc package
DescPort: <<
We can't use ./configure, since it doesn't properly detect OS X. (Thanks
to Dan Grayson for figuring this out.) Thus, we do our compiling and
installing "by hand."

Some earlier versions of gc-static may have left behind a stray copy of
/sw/lib/libgc.dylib, so we remove it in a post-install script.
<<
Maintainer: Dave Morrison
Homepage: http://www.hpl.hp.com/personal/Hans_Boehm/gc/