]> git.ipfire.org Git - ipfire-3.x.git/blob - guile/guile.nm
guile: Update to 2.2.4
[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.2.4
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 = https://ftp.gnu.org/gnu/%{name}/
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 export LD_LIBRARY_PATH = %{DIR_APP}/libguile/.libs
40
41 test
42 make check
43 end
44 end
45
46 packages
47 package %{name}
48
49 package %{name}-devel
50 template DEVEL
51
52 requires
53 gc-devel
54 gmp-devel
55 libtool-devel
56 end
57 end
58
59 package %{name}-debuginfo
60 template DEBUGINFO
61 end
62 end