[Lunar-commits] <moonbase> libffi: added one more src url

Zbigniew Luszpinski zbiggy at lunar-linux.org
Thu Jan 13 17:25:55 CET 2011


commit b5018f4eb7d19da07141cdac505a40d38e61e804
Author: Zbigniew Luszpinski <zbiggy at lunar-linux.org>
Date:   Thu Jan 13 16:25:55 2011 +0000

    libffi: added one more src url
---
 libs/libffi/DETAILS |   23 ++++++++++++-----------
 1 files changed, 12 insertions(+), 11 deletions(-)

diff --git a/libs/libffi/DETAILS b/libs/libffi/DETAILS
index bee3c18..56fe620 100644
--- a/libs/libffi/DETAILS
+++ b/libs/libffi/DETAILS
@@ -1,7 +1,8 @@
           MODULE=libffi
          VERSION=3.0.9
           SOURCE=$MODULE-$VERSION.tar.gz
-      SOURCE_URL=ftp://sourceware.org/pub/$MODULE
+   SOURCE_URL[0]=ftp://sources.redhat.com/pub/$MODULE
+   SOURCE_URL[1]=ftp://sourceware.org/pub/$MODULE
       SOURCE_VFY=sha1:56e41f87780e09d06d279690e53d4ea2c371ea88
         WEB_SITE=http://sourceware.org/libffi
          ENTERED=20091102
@@ -9,15 +10,15 @@
            SHORT="A high level programming interface library"
 
 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. 
-FFI stands for Foreign Function Interface. A foreign function interface 
-is the popular name for the interface that allows code written in one 
-language to call code written in another language. The libffi library 
-really only provides the lowest, machine dependent layer of a fully 
-featured foreign function interface. A layer must exist above libffi 
-that handles type conversions for values passed between the two 
+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.
+FFI stands for Foreign Function Interface. A foreign function interface
+is the popular name for the interface that allows code written in one
+language to call code written in another language. The libffi library
+really only provides the lowest, machine dependent layer of a fully
+featured foreign function interface. A layer must exist above libffi
+that handles type conversions for values passed between the two
 languages.
 EOF


More information about the Lunar-commits mailing list