]> git.ipfire.org Git - people/pmueller/ipfire-3.x.git/blobdiff - guile/guile.nm
flex: Update to 2.6.4
[people/pmueller/ipfire-3.x.git] / guile / guile.nm
index 8c1183d71d032e3ede229aece8c07e2f28da1bc3..0219cfb48adad0c06cec7dabed2f52646a7aef46 100644 (file)
@@ -4,8 +4,8 @@
 ###############################################################################
 
 name       = guile
-version    = 1.8.8
-release    = 2
+version    = 2.0.14
+release    = 1
 
 groups     = Development/Tools
 url        = http://www.gnu.org/software/guile/
@@ -13,35 +13,36 @@ license    = GPLv2+ and LGPLv2+ and GFDL and OFSFDL
 summary    = A GNU implementation of Scheme for application extensibility.
 
 description
-       GUILE (GNU's Ubiquitous Intelligent Language for Extension) is a library \
-       implementation of the Scheme programming language, written in C. GUILE \
-       provides a machine-independent execution platform that can be linked in \
+       GUILE (GNU's Ubiquitous Intelligent Language for Extension) is a library
+       implementation of the Scheme programming language, written in C. GUILE
+       provides a machine-independent execution platform that can be linked in
        as a library during the building of extensible programs.
 end
 
-source_dl  =
+source_dl  = ftp://ftp.gnu.org/gnu/guile/
 
 build
        requires
+               gc-devel
+               gettext-devel
                gmp-devel
+               libffi-devel >= 3.0.13
                libtool-devel
+               libunistring-devel
+               readline-devel
        end
 
        configure_options += \
                --disable-static \
                --disable-error-on-warning
 
+       export LD_LIBRARY_PATH = %{DIR_APP}/libguile/.libs
+
        test
                make check
        end
 end
 
-quality-agent
-       whitelist_rpath
-               /usr/lib
-       end
-end
-
 packages
        package %{name}
 
@@ -49,6 +50,7 @@ packages
                template DEVEL
 
                requires
+                       gc-devel
                        gmp-devel
                        libtool-devel
                end