]> git.ipfire.org Git - people/pmueller/ipfire-3.x.git/blob - pkgs/guile/guile.nm
Change file layout of the makefiles.
[people/pmueller/ipfire-3.x.git] / pkgs / 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 = 1.8.8
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 =
23
24 build
25 requires
26 gmp-devel
27 libtool-devel
28 end
29
30 configure_options += \
31 --disable-static \
32 --disable-error-on-warning
33
34 test
35 make check
36 end
37 end
38
39 quality-agent
40 whitelist_rpath
41 /usr/lib
42 end
43 end
44
45 packages
46 package %{name}
47
48 package %{name}-devel
49 template DEVEL
50
51 requires = gmp-devel libtool-devel
52 end
53 end