]> git.ipfire.org Git - ipfire-3.x.git/blame - guile/guile.nm
Merge remote-tracking branch 'stevee/xen-iasl'
[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
MT
6name = guile
7version = 1.8.8
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
22source_dl =
23
24build
25 requires
26 gmp-devel
27 libtool-devel
28 end
2a8be5aa 29
802ea3af
MT
30 configure_options += \
31 --disable-static \
32 --disable-error-on-warning
2a8be5aa 33
802ea3af
MT
34 test
35 make check
36 end
37end
69c1506d 38
802ea3af
MT
39quality-agent
40 whitelist_rpath
41 /usr/lib
42 end
43end
83169173 44
802ea3af
MT
45packages
46 package %{name}
2a8be5aa 47
802ea3af
MT
48 package %{name}-devel
49 template DEVEL
8f793a37 50
802ea3af
MT
51 requires = gmp-devel libtool-devel
52 end
1f9bc2f0
MT
53
54 package %{name}-debuginfo
55 template DEBUGINFO
56 end
802ea3af 57end