the Fink project is an effort to port
popular Unix programs to Mac OS X
Package: fox1
Version: 1.0.40
Revision: 3
Architecture: powerpc
Distribution: 10.4
Description: C++ GUI Toolkit v. 1.0.x
License: LGPL
Maintainer: Michal Suchanek
Depends: %N-shlibs (= %v-%r)
Suggests: fxscintilla
BuildDepends: libjpeg, libtiff, libpng3, x11, fink (>= 0.9.9), cups-dev, x11-dev, gcc3.1
BuildDependsOnly: yes
#Source: http://www.fox-toolkit.org/ftp/fox-%v.tar.gz
Source: mirror:sourceforge:foxgui/fox-%v.tar.gz
Source-MD5: ada6b371c5a876239c7416496884c24a
Patch: %n.patch
PatchScript: perl -pi -e 's,hardcode_direct=yes,hardcode_direct=no,' configure
SetCC: g++3
SetCXX: g++3
NoSetCXXFLAGS: true
GCC: 3.1
SetLDFLAGS: -no-undefined
CompileScript: <<
./configure --prefix=%p --enable-cups --with-opengl=opengl --mandir=%p/share/man
make
<<
InstallScript: <<
make install DESTDIR=%d htmldir=%p/share/doc/%n
<<
DocFiles: ADDITIONS AUTHORS LICENSE README TRACING INSTALL
SplitOff: <<
Package: %N-shlibs
Description: Fox toolkit shared libraries
Depends: x11, libpng3-shlibs, libjpeg-shlibs, libtiff-shlibs
Files: lib/libFOX-1.0.0.0.40.dylib lib/libFOX-1.0.0.dylib
Shlibs: %p/lib/lib/libFOX-1.0.0.dylib 1.0.0 %n (>= 1.0.40-3)
DocFiles: ADDITIONS AUTHORS LICENSE README
<<
SplitOff2: <<
Package: %N-bin
Description: Fox toolkit sample applications
Depends: %N-shlibs (= %v-%r)
Files: bin share/man
DocFiles: ADDITIONS AUTHORS LICENSE README
<<
DescDetail: <<
Toolkit which looks like Windwows but is quite different internally.
It is used by FreeRIDE, the ruby IDE.
Written in C++
<<
DescPackaging: <<
Tries to link the C++ library with $CC which does not fail but produces
useless result. Somebody at the mailing list said that supplying a recent
libtool and regenerating the files created with auto* should fix the problem.
But the library created in this way was a bit unstable.
-no-undefined should make libtool not force flat namespace. Twolevel libraries
are supposed to be prebindable.
This version is compiled with g++3, even in the 10.4 tree. If it is
ever updated to a more recent compiler, fox1 and fxscintilla (as well as
any packages which depend on either of them) must be updated at the same time.
<<
HomePage: http://fox-toolkit.org