]> git.ipfire.org Git - people/arne_f/ipfire-3.x.git/blame - compat-guile/compat-guile.nm
compat-gnutls: Only ship libgnutls.
[people/arne_f/ipfire-3.x.git] / compat-guile / compat-guile.nm
CommitLineData
c9afaf5a
SS
1###############################################################################
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
4###############################################################################
5
6name = compat-guile
7version = 1.8.8
b17a953b 8release = 2
c9afaf5a
SS
9thisapp = guile-%{version}
10
11groups = Development/Tools
12url = http://www.gnu.org/software/guile/
13license = GPLv2+ and LGPLv2+ and GFDL and OFSFDL
14summary = A GNU implementation of Scheme for application extensibility.
15
16description
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.
21end
22
23source_dl = ftp://ftp.gnu.org/gnu/guile/
24
25build
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
b17a953b
MT
36 export LD_LIBRARY_PATH = %{DIR_APP}/libguile/.libs
37
c9afaf5a
SS
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
52end
53
54packages
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
72end