]> git.ipfire.org Git - people/arne_f/ipfire-3.x.git/blame - rcs/rcs.nm
kernel: update to 4.12.10
[people/arne_f/ipfire-3.x.git] / rcs / rcs.nm
CommitLineData
ddc86144
MT
1###############################################################################
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
4###############################################################################
5
6name = rcs
79f38167 7version = 5.9.4
b352c4c8 8release = 2
ddc86144
MT
9
10groups = Development/Tools
11url = http://www.gnu.org/software/rcs/
12license = GPLv3+
13summary = Revision Control System (RCS) file version management tools.
14
15description
16 The Revision Control System (RCS) is a system for managing multiple
17 versions of files. RCS automates the storage, retrieval, logging,
18 identification and merging of file revisions. RCS is useful for text
19 files that are revised frequently (for example, programs,
20 documentation, graphics, papers and form letters).
21
22 The rcs package should be installed if you need a system for managing
23 different versions of files.
24end
25
26source_dl = ftp://ftp.gnu.org/gnu/rcs/
79f38167 27sources = %{thisapp}.tar.xz
ddc86144
MT
28
29build
30 requires
ddc86144
MT
31 ed
32 ghostscript
33 groff
34 end
35
b352c4c8
MT
36 # Has some inlining problems, so we need to go back to C99
37 CFLAGS += -std=c99
ddc86144
MT
38
39 configure_options += \
40 --with-diffutils
41
79f38167
MT
42 test
43 make check
44 end
ddc86144
MT
45
46 install_cmds
47 # Install the rcsfreeze command.
48 install -m 755 src/rcsfreeze %{BUILDROOT}%{bindir}
49 end
50end
51
52packages
53 package %{name}
54 requires
55 diffutils
56 end
57 end
58
59 package %{name}-debuginfo
60 template DEBUGINFO
61 end
62end