[Lunar-commits] <moonbase-other> fpc: introduction to -other
v4hn
me at v4hn.de
Mon Aug 19 20:23:52 CEST 2013
commit 26c5b196d953850551dab8ee4299a1c04fcbd72a
Author: v4hn <me at v4hn.de>
Date: Mon, 19 Aug 2013 11:23:36 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/26c5b196d953850551dab8ee4299a1c04fcbd72a
fpc: introduction to -other
---
compilers/fpc/BUILD | +2/-0
compilers/fpc/DEPENDS | +2/-0
compilers/fpc/DETAILS | +15/-0
compilers/fpc/DETAILS.x86_64 | +15/-0
4 files changed, 34 insertions(+)
--- /dev/null
+++ b/compilers/fpc/BUILD
@@ -0,0 +1,2 @@
+prepare_install &&
+printf "/usr\n\n\n\n\n" | ./install.sh
--- /dev/null
+++ b/compilers/fpc/DEPENDS
@@ -0,0 +1,2 @@
+depends readline
+depends pkgconfig
--- /dev/null
+++ b/compilers/fpc/DETAILS
@@ -0,0 +1,15 @@
+ MODULE=fpc
+ VERSION=2.6.2.i386-linux
+ SOURCE=$MODULE-$VERSION.tar
+ SOURCE_URL=$SFORGE_URL/freepascal/Linux/${VERSION%.*}/
+ SOURCE_VFY=sha1:6a19816e51d1e8e8997ef2c5754050f8b5e65840
+ WEB_SITE=http://freepascal.org
+ ENTERED=20130819
+ UPDATED=20130819
+ SHORT="The Free Pascal Compiler"
+
+cat << EOF
+FPC is an open source compiler for Pascal and Object Pascal.
+
+This is a binary package.
+EOF
--- /dev/null
+++ b/compilers/fpc/DETAILS.x86_64
@@ -0,0 +1,15 @@
+ MODULE=fpc
+ VERSION=2.6.2.x86_64-linux
+ SOURCE=$MODULE-$VERSION.tar
+ SOURCE_URL=$SFORGE_URL/freepascal/Linux/${VERSION%.*}/
+ SOURCE_VFY=sha1:f31c09545b727396f6f2858d12dcebdd25c5c16f
+ WEB_SITE=http://freepascal.org
+ ENTERED=20130819
+ UPDATED=20130819
+ SHORT="The Free Pascal Compiler"
+
+cat << EOF
+FPC is an open source compiler for Pascal and Object Pascal.
+
+This is a binary package.
+EOF
More information about the Lunar-commits
mailing list