]> git.ipfire.org Git - people/arne_f/ipfire-3.x.git/blobdiff - guile/guile.nm
Move all packages to root.
[people/arne_f/ipfire-3.x.git] / guile / guile.nm
diff --git a/guile/guile.nm b/guile/guile.nm
new file mode 100644 (file)
index 0000000..ef8e08f
--- /dev/null
@@ -0,0 +1,53 @@
+###############################################################################
+# IPFire.org    - An Open Source Firewall Solution                            #
+# Copyright (C) - IPFire Development Team <info@ipfire.org>                   #
+###############################################################################
+
+name       = guile
+version    = 1.8.8
+release    = 1
+
+groups     = Development/Tools
+url        = http://www.gnu.org/software/guile/
+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 \
+       as a library during the building of extensible programs.
+end
+
+source_dl  =
+
+build
+       requires
+               gmp-devel
+               libtool-devel
+       end
+
+       configure_options += \
+               --disable-static \
+               --disable-error-on-warning
+
+       test
+               make check
+       end
+end
+
+quality-agent
+       whitelist_rpath
+               /usr/lib
+       end
+end
+
+packages
+       package %{name}
+
+       package %{name}-devel
+               template DEVEL
+
+               requires = gmp-devel libtool-devel
+       end
+end