Package: lazarus-lcl-win64 Version: 1.6.2 Revision: 2 License: GPL/LGPL Depends: << lazarus-aqua (>= 1.6) | lazarus-gtk2 (>= 1.6) | lazarus-qt4 (>= 1.6), fpc-cross-x86-64-win64 (>= 3.0.2) << Recommends: fpc-doc, lazarus-doc Source: mirror:sourceforge:lazarus/lazarus-%v-0.tar.gz Source-MD5: f9795043d81730fdc787ff621e65851c SourceDirectory: lazarus UseMaxBuildJobs: false CompileScript: << #!/bin/sh -ev # Yosemite fix if [ "$(uname -r | cut -d. -f1)" -ge 14 ]; then export MACOSX_DEPLOYMENT_TARGET=10.9 ; fi debug_options="-gl" # ** Start compiling the lazarus component libraries AllUnits="registration lazutils codetools lcl basecomponents bigidecomponents" make $AllUnits LCL_PLATFORM=win32 OPT="$debug_options" OS_TARGET=win64 PP=ppcx64 CPU_TARGET=x86_64 << InstallScript: << #!/bin/sh -ev # ** install the lcl and other libraries/units ** for path in $(find . -name x86_64-win64 | cut -f 2- -d '/' ) ; do install -d $(echo %i/share/lazarus/$(dirname $path)) mv -v $path $(echo %i/share/lazarus/$(dirname $path)) done chmod -R a+rw %i/share/lazarus << Description: The win64 version of the lcl DescUsage: This is the win64 version of the lazarus component library DescPort: << Notes regarding the InstallScript: - find gives the list of directories - cut removes the './' from the beginning of the paths - grep removes the directories, which do not contain unit files << Homepage: http://wiki.freepascal.org/Main_Page Maintainer: Karl-Michael Schindler