From 8d492a37b362e06406dff2cffb5a02d5a7184bad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adri=C3=A1n=20Arroyo=20Calle?= Date: Sat, 4 Jan 2014 22:32:32 +0000 Subject: [PATCH] FreePascalCompile 2.6.2 recipe --- dev-lang/fpc/fpc-2.6.2.recipe | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/dev-lang/fpc/fpc-2.6.2.recipe b/dev-lang/fpc/fpc-2.6.2.recipe index 301605e54..10f946561 100644 --- a/dev-lang/fpc/fpc-2.6.2.recipe +++ b/dev-lang/fpc/fpc-2.6.2.recipe @@ -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() {