mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
FreePascalCompile 2.6.2 recipe
This commit is contained in:
@@ -42,13 +42,22 @@ BUILD_PREREQUIRES="
|
||||
cmd:make
|
||||
cmd:tar
|
||||
cmd:wget
|
||||
cmd:fpc == 2.6.2_bin
|
||||
"
|
||||
|
||||
SOURCE_DIR="fpc-2.6.2"
|
||||
#Create the fpc-2.6.2-1-x86.hpkg
|
||||
#Download the FreePascalCompiler from www.freepascal.org
|
||||
#Extract the tarball and run ./install.sh
|
||||
#Create a .PackageInfo where the compiler is installed
|
||||
#Run package create -0 fpc-2.6.2-1-x86.hpkg
|
||||
#Put it on the common folders
|
||||
MESSAGE="This recipe requires an existing fpc-2.6.2_bin-1-x86.hpkg package"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
make all
|
||||
fpcmake
|
||||
make build
|
||||
}
|
||||
INSTALL()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user