FreePascalCompile 2.6.2 recipe

This commit is contained in:
Adrián Arroyo Calle
2014-01-04 22:32:32 +00:00
parent 3aeb5e200e
commit 8d492a37b3

View File

@@ -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()
{