]> git.ipfire.org Git - ipfire-3.x.git/blob - compat-guile/compat-guile.nm
git: Update to 2.23.0
[ipfire-3.x.git] / compat-guile / compat-guile.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = compat-guile
7 version = 1.8.8
8 release = 2
9 thisapp = guile-%{version}
10
11 groups = Development/Tools
12 url = http://www.gnu.org/software/guile/
13 license = GPLv2+ and LGPLv2+ and GFDL and OFSFDL
14 summary = A GNU implementation of Scheme for application extensibility.
15
16 description
17 GUILE (GNU's Ubiquitous Intelligent Language for Extension) is a library
18 implementation of the Scheme programming language, written in C. GUILE
19 provides a machine-independent execution platform that can be linked in
20 as a library during the building of extensible programs.
21 end
22
23 source_dl = ftp://ftp.gnu.org/gnu/guile/
24
25 build
26 requires
27 gc-devel
28 gettext-devel
29 gmp-devel
30 libffi-devel >= 3.0.13
31 libtool-devel
32 libunistring-devel
33 readline-devel
34 end
35
36 export LD_LIBRARY_PATH = %{DIR_APP}/libguile/.libs
37
38 configure_options += \
39 --disable-static \
40 --disable-error-on-warning
41
42 install_cmds
43 # Drop unneeded stuff.
44 rm -rvf %{BUILDROOT}%{bindir}
45 rm -rvf %{BUILDROOT}%{includedir}
46 rm -rvf %{BUILDROOT}%{libdir}/pkgconfig
47 rm -rvf %{BUILDROOT}%{libdir}/*.so
48 rm -rvf %{BUILDROOT}%{datadir}/aclocal
49 rm -rvf %{BUILDROOT}%{datadir}/info
50 rm -rvf %{BUILDROOT}%{datadir}/man
51 end
52 end
53
54 packages
55 package %{name}
56 provides
57 guile = %{thisver}
58 end
59
60 obsoletes
61 guile-compat <= %{thisver}
62 end
63
64 conflicts
65 guile <= %{thisver}
66 end
67 end
68
69 package %{name}-debuginfo
70 template DEBUGINFO
71 end
72 end