]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - compat-guile/compat-guile.nm
systemd: Remove udev rules for "predictable" network device names
[people/ms/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 = 1
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 configure_options += \
37 --disable-static \
38 --disable-error-on-warning
39
40 install_cmds
41 # Drop unneeded stuff.
42 rm -rvf %{BUILDROOT}%{bindir}
43 rm -rvf %{BUILDROOT}%{includedir}
44 rm -rvf %{BUILDROOT}%{libdir}/pkgconfig
45 rm -rvf %{BUILDROOT}%{libdir}/*.so
46 rm -rvf %{BUILDROOT}%{datadir}/aclocal
47 rm -rvf %{BUILDROOT}%{datadir}/info
48 rm -rvf %{BUILDROOT}%{datadir}/man
49 end
50 end
51
52 packages
53 package %{name}
54 provides
55 guile = %{thisver}
56 end
57
58 obsoletes
59 guile-compat <= %{thisver}
60 end
61
62 conflicts
63 guile <= %{thisver}
64 end
65 end
66
67 package %{name}-debuginfo
68 template DEBUGINFO
69 end
70 end