]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - compat-guile/compat-guile.nm
docbook2X: New package.
[people/ms/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
8release = 1
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
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
50end
51
52packages
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
70end