]> git.ipfire.org Git - people/pmueller/ipfire-3.x.git/blob - guile/guile.nm
guile: Update to 2.0.9.
[people/pmueller/ipfire-3.x.git] / guile / guile.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = guile
7 version = 2.0.9
8 release = 1
9
10 groups = Development/Tools
11 url = http://www.gnu.org/software/guile/
12 license = GPLv2+ and LGPLv2+ and GFDL and OFSFDL
13 summary = A GNU implementation of Scheme for application extensibility.
14
15 description
16 GUILE (GNU's Ubiquitous Intelligent Language for Extension) is a library \
17 implementation of the Scheme programming language, written in C. GUILE \
18 provides a machine-independent execution platform that can be linked in \
19 as a library during the building of extensible programs.
20 end
21
22 source_dl = ftp://ftp.gnu.org/gnu/guile/
23
24 build
25 requires
26 gc-devel
27 gettext-devel
28 gmp-devel
29 libffi-devel >= 3.0.13
30 libtool-devel
31 libunistring-devel
32 readline-devel
33 end
34
35 configure_options += \
36 --disable-static \
37 --disable-error-on-warning
38
39 test
40 make check
41 end
42 end
43
44 packages
45 package %{name}
46
47 package %{name}-devel
48 template DEVEL
49
50 requires
51 gmp-devel
52 libtool-devel
53 end
54 end
55
56 package %{name}-debuginfo
57 template DEBUGINFO
58 end
59 end