]> git.ipfire.org Git - ipfire-3.x.git/blame - guile/guile.nm
guile: Drop compat package.
[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 7version = 2.0.9
fba4dcb1 8release = 3
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
f94d8b9d
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
2a8be5aa 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 50 requires
fba4dcb1 51 gc-devel
e1c3378f
MT
52 gmp-devel
53 libtool-devel
54 end
802ea3af 55 end
1f9bc2f0
MT
56
57 package %{name}-debuginfo
58 template DEBUGINFO
59 end
802ea3af 60end