]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - guile/guile.nm
guile: Update to 2.0.9.
[people/ms/ipfire-3.x.git] / guile / guile.nm
CommitLineData
2a8be5aa 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
2a8be5aa
MT
4###############################################################################
5
802ea3af 6name = guile
b019da0d
MT
7version = 2.0.9
8release = 1
2a8be5aa 9
802ea3af
MT
10groups = Development/Tools
11url = http://www.gnu.org/software/guile/
12license = GPLv2+ and LGPLv2+ and GFDL and OFSFDL
13summary = A GNU implementation of Scheme for application extensibility.
2a8be5aa 14
802ea3af 15description
2a8be5aa
MT
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.
802ea3af
MT
20end
21
b019da0d 22source_dl = ftp://ftp.gnu.org/gnu/guile/
802ea3af
MT
23
24build
25 requires
b019da0d
MT
26 gc-devel
27 gettext-devel
802ea3af 28 gmp-devel
b019da0d 29 libffi-devel >= 3.0.13
802ea3af 30 libtool-devel
b019da0d
MT
31 libunistring-devel
32 readline-devel
802ea3af 33 end
2a8be5aa 34
802ea3af
MT
35 configure_options += \
36 --disable-static \
37 --disable-error-on-warning
2a8be5aa 38
802ea3af
MT
39 test
40 make check
41 end
42end
69c1506d 43
802ea3af
MT
44packages
45 package %{name}
2a8be5aa 46
802ea3af
MT
47 package %{name}-devel
48 template DEVEL
8f793a37 49
e1c3378f
MT
50 requires
51 gmp-devel
52 libtool-devel
53 end
802ea3af 54 end
1f9bc2f0
MT
55
56 package %{name}-debuginfo
57 template DEBUGINFO
58 end
802ea3af 59end