Package: fpc-cross-powerpc-darwin Version: 2.4.4 Revision: 1 Architecture: i386, x86_64 Depends: fpc-cross-common Replaces: fpc-crossppc Recommends: fpc-doc CustomMirror: << eur-AT: ftp://gd.tuwien.ac.at/languages/pascal/fpc/ eur-BE: ftp://ftp.freepascal.org/pub/fpc/ eur-HU: ftp://ftp.hu.freepascal.org/pub/fpc/ eur-IL: http://mirror.mirimar.net/freepascal/ eur-NL: ftp://freepascal.stack.nl/mirrors/fpc/ eur-NO: ftp://ftp.no.freepascal.org/pub/fpc/ eur-RU: ftp://ftp.chg.ru/pub/lang/pascal/fpc/ Primary: ftp://ftp.freepascal.org/pub/fpc/ << Source: mirror:custom:/dist/%v/source/fpc-%v.source.tar.gz Source-MD5: cfd517888cb4fa2fad579be19c1d7402 SourceDirectory: fpc-%v BuildDepends: fink (>= 0.24.12) CompileScript: << #!/bin/sh -ev make rtl packages CPU_TARGET=powerpc << InstallScript: << #!/bin/sh -ev # install all units from the rtl and packages make rtl_install packages_install CPU_TARGET=powerpc INSTALL_PREFIX=%i CROSSINSTALL=1 << InfoTest: << TestScript: << #!/bin/sh -ev # Build a trivial small program to test for fundamental flaws cat >HelloWorld.pas <