lazarus-lcl-wince-arm stable port information

Package: lazarus-lcl-wince-arm
Version: 0.9.30.4
Revision: 1
License: GPL/LGPL

Depends: <<
lazarus-aqua (>= 0.9.30.4) | lazarus-gtk2 (>= 0.9.30.4),
fpc-cross-arm-wince
<<

Recommends: fpc-doc, lazarus-doc

Source: http://downloads.sourceforge.net/lazarus/lazarus-%v-src.tar.bz2
Source-MD5: ebd40cdfdfc4b66d1ced7a0d48d6da84

SourceDirectory: lazarus

UseMaxBuildJobs: false

CompileScript: <<
#!/bin/sh -ev

debug_options="-gw"

# ** Start compiling the lazarus component libraries

BaseUnits="lcl packager/registration"
AllUnits="lcl packager/registration ideintf bigidecomponents packager"

make $BaseUnits LCL_PLATFORM=wince OPT="$debug_options" OS_TARGET=wince PP=ppcarm CPU_TARGET=arm
make ideintf LCL_PLATFORM=wince OPT="$debug_options" OS_TARGET=wince PP=ppcarm CPU_TARGET=arm
make packager LCL_PLATFORM=wince OPT="$debug_options" OS_TARGET=wince PP=ppcarm CPU_TARGET=arm

<<

InstallScript: <<
# ** install the lcl and other libraries/units **

install -d %i/share/lazarus/lcl/units
mv lcl/units/arm-wince %i/share/lazarus/lcl/units
install -d %i/share/lazarus/ideintf/units
mv ideintf/units/arm-wince %i/share/lazarus/ideintf/units
install -d %i/share/lazarus/packager/units
mv packager/units/arm-wince %i/share/lazarus/packager/units

<<

Description: The wince-arm version of the lcl

DescUsage: This is the wince version of the lazarus component library

Homepage: http://wiki.freepascal.org/Main_Page

Maintainer: Karl-Michael Schindler