From abd6ccef7d12ba56551b97dcdd8aef87e511f16f Mon Sep 17 00:00:00 2001 From: Schrijvers Luc Date: Fri, 2 Jul 2021 12:13:05 +0200 Subject: [PATCH] fpc_source, new recipe (#6034) --- dev-lang/fpc_source/fpc_source-3.2.2.recipe | 29 +++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 dev-lang/fpc_source/fpc_source-3.2.2.recipe diff --git a/dev-lang/fpc_source/fpc_source-3.2.2.recipe b/dev-lang/fpc_source/fpc_source-3.2.2.recipe new file mode 100644 index 000000000..8f5ed1a35 --- /dev/null +++ b/dev-lang/fpc_source/fpc_source-3.2.2.recipe @@ -0,0 +1,29 @@ +SUMMARY="Professional Pascal compiler" +DESCRIPTION="Free Pascal is a 32, 64 and 16 bit professional Pascal compiler. \ +It can target many processor architectures: Intel x86 (including 8086), AMD64\ +/x86-64, PowerPC, PowerPC64, SPARC, ARM, AArch64, MIPS and the JVM. \ +Supported operating systems include Linux, FreeBSD, Haiku, macOS/iOS/\ +iPhoneSimulator/Darwin, DOS (16 and 32 bit), Win32, Win64, WinCE, OS/2, \ +MorphOS, Nintendo GBA, Nintendo DS, Nintendo Wii, Android, AIX and AROS. \ +Additionally, support for the Motorola 68k architecture is available in the \ +development versions." +HOMEPAGE="https://freepascal.org/" +COPYRIGHT="1993-2021 Florian Klaempfl and others" +LICENSE="GNU LGPL v3 + GNU GPL v3" +REVISION="1" +SOURCE_URI="https://downloads.sourceforge.net/freepascal/fpcbuild-$portVersion.tar.gz" +CHECKSUM_SHA256="85ef993043bb83f999e2212f1bca766eb71f6f973d362e2290475dbaaf50161f" +SOURCE_DIR="fpcbuild-$portVersion" + +ARCHITECTURES="any" + +PROVIDES=" + fpc_source = $portVersion + " + +INSTALL() +{ + mkdir -p $prefix/lib/fpc/$portVersion/src + cp -R ./fpcsrc/* $prefix/lib/fpc/$portVersion/src +}