fpc-sources stable port information

Package: fpc-sources
Version: 2.6.0
Revision: 1

Conflicts: lazarus-common (<= 0.9.26)
Replaces: lazarus-common (<= 0.9.26)

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: 0edf0d6f52e1e3fd6ef6836431f4d13b

SourceDirectory: fpc-%v

BuildDepends: fink (>= 0.24.12)

CompileScript: <<
#!/bin/sh -ev
echo 'Nothing to compile.'
<<

InstallScript: <<
install -m 755 -d %i/share/fpcsrc/rtl
install -m 755 -d %i/share/fpcsrc/packages
install -m 755 -d %i/share/fpcsrc/utils

mv rtl %i/share/fpcsrc
mv packages %i/share/fpcsrc
mv utils %i/share/fpcsrc

<<

License: GPL/LGPL

Description: Sources of the FreePascal compiler

DescDetail: <<
Sources of the compiler, the runtime library (rtl) and the packages,
installed in %i/share/fpcsrc. Used by lazarus packages.
<<

DescUsage: Implicitly used by lazarus.

DescPort: Nothing

Homepage: http://www.freepascal.org
Maintainer: Karl-Michael Schindler