[Lunar-commits] <moonbase> libffi: A portable, high level programming interface.
Florin Braescu
florin at lunar-linux.org
Mon Feb 25 12:49:56 CET 2008
commit 3382491cd0b10c8bf8a3b23237135e86f3918267
Author: Florin Braescu <florin at lunar-linux.org>
Date: Mon Feb 25 13:49:56 2008 +0200
libffi: A portable, high level programming interface.
---
libs/libffi/BUILD | 6 ++++++
libs/libffi/DETAILS | 15 +++++++++++++++
2 files changed, 21 insertions(+), 0 deletions(-)
diff --git a/libs/libffi/BUILD b/libs/libffi/BUILD
new file mode 100644
index 0000000..0e11842
--- /dev/null
+++ b/libs/libffi/BUILD
@@ -0,0 +1,6 @@
+(
+
+ sedit "s:\$(libdir)/@PACKAGE_NAME at -@PACKAGE_VERSION@/include:/usr/include:" include/Makefile.am include/Makefile.in
+ default_build
+
+) > $C_FIFO 2>&1
diff --git a/libs/libffi/DETAILS b/libs/libffi/DETAILS
new file mode 100644
index 0000000..41b5a25
--- /dev/null
+++ b/libs/libffi/DETAILS
@@ -0,0 +1,15 @@
+ MODULE=libffi
+ VERSION=3.0.4
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL=ftp://sourceware.org/pub/libffi
+ SOURCE_VFY=sha1:7752d40fc3cca3a47d044ce387eb43d29da8f909
+ WEB_SITE=http://sourceware.org/libffi
+ ENTERED=20080225
+ UPDATED=20080225
+ SHORT=""
+
+cat << EOF
+The libffi library provides a portable, high level programming interface
+to various calling conventions. This allows a programmer to call any
+function specified by a call interface description at run-time.
+EOF
More information about the Lunar-commits
mailing list