]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blobdiff - guile/guile.nm
grep: Update to 2.17.
[people/ms/ipfire-3.x.git] / guile / guile.nm
index 8c1183d71d032e3ede229aece8c07e2f28da1bc3..06b7825f3e54e1d03bca3cf5da2c0c33c2200c72 100644 (file)
@@ -4,8 +4,8 @@
 ###############################################################################
 
 name       = guile
-version    = 1.8.8
-release    = 2
+version    = 2.0.9
+release    = 3
 
 groups     = Development/Tools
 url        = http://www.gnu.org/software/guile/
@@ -13,18 +13,23 @@ 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 += \
@@ -36,12 +41,6 @@ build
        end
 end
 
-quality-agent
-       whitelist_rpath
-               /usr/lib
-       end
-end
-
 packages
        package %{name}
 
@@ -49,6 +48,7 @@ packages
                template DEVEL
 
                requires
+                       gc-devel
                        gmp-devel
                        libtool-devel
                end