mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-09 05:10:05 +02:00
fpc_source, new recipe (#6034)
This commit is contained in:
29
dev-lang/fpc_source/fpc_source-3.2.2.recipe
Normal file
29
dev-lang/fpc_source/fpc_source-3.2.2.recipe
Normal file
@@ -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
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user