Package: lazarus-lcl-wince-i386 Version: 1.2.6 Revision: 1 License: GPL/LGPL Architecture: i386, x86_64 Depends: << lazarus-aqua (>= 1.2) | lazarus-gtk2 (>= 1.2), fpc-cross-i386-wince (>= 2.6.4) << Recommends: fpc-doc, lazarus-doc Source: mirror:sourceforge:lazarus/lazarus-%v-0.tar.gz Source-MD5: caa1ee35266ea5e930af064e7efb550c SourceDirectory: lazarus UseMaxBuildJobs: false CompileScript: << #!/bin/sh -ev debug_options="-gl -gw" # ** Start compiling the lazarus component libraries BaseUnits="registration lazutils codetools lcl" AllUnits="registration lazutils codetools lcl basecomponents bigidecomponents" make $BaseUnits LCL_PLATFORM=wince OPT="$debug_options" OS_TARGET=wince PP=ppc386 CPU_TARGET=i386 make packager LCL_PLATFORM=wince OPT="$debug_options" OS_TARGET=wince PP=ppc386 CPU_TARGET=i386 << InstallScript: << #!/bin/sh -ev # ** install the lcl and other libraries/units ** install -d %i/share/lazarus/lcl/units mv lcl/units/i386-wince %i/share/lazarus/lcl/units install -d %i/share/lazarus/packager/units mv packager/units/i386-wince %i/share/lazarus/packager/units chmod -R a+rw %i/share/lazarus << Description: The wince-i386 version of the lcl DescUsage: This is the wince-i386 version of the lazarus component library Homepage: http://wiki.freepascal.org/Main_Page Maintainer: Karl-Michael Schindler