the Fink project is an effort to port
popular Unix programs to Mac OS X
Package: evolvotron
Version: 0.4.0
Revision: 1002
Source: mirror:sourceforge:%n/%n-%v.tar.gz
Source-MD5: ab6f3a3247e36ca0024d3837f78bdf6b
SourceDirectory: %n
Depends: qt3-shlibs, x11, x11-shlibs
BuildDepends: x11-dev, qt3, graphviz, doxygen
Maintainer: Jack Fink
Homepage: http://sourceforge.net/projects/evolvotron
License: GPL
Description: "Generative art" image evolver, based on Qt
GCC: 4.0
PatchScript: <<
perl -pi -e "s,/home/\$(USER),%p,g" common.pro
perl -pi -e "s/-pthread//g;" common.pro
echo >> evolvotron/evolvotron.pro "QMAKE_LFLAGS_RELEASE += -undefined dynamic_lookup"
<<
ConfigureParams: --mandir=%p/share/man --with-extra-includes=%p/include --with-extra-libs=%p/lib
CompileScript: <<
#!/bin/bash -ev
export PATH=%p/lib/qt3/bin:$PATH
./configure %c
make
<<
InstallScript: <<
mkdir -p %i/bin %i/share/doc/%n %i/share/man/man1
cp -p evolvotron/evolvotron %i/bin/
cp -p evolvotron.html %i/share/doc/%n/
cp -p evolvotron_match/evolvotron_match %i/bin/
cp -p evolvotron_mutate/evolvotron_mutate %i/bin/
cp -p evolvotron_render/evolvotron_render %i/bin/
cp -p man/man1/* %i/share/man/man1/
<<
DocFiles: BUGS BUILD CHANGES LICENSE README TODO USAGE VERSION