]> git.ipfire.org Git - people/stevee/ipfire-3.x.git/blame - rcs/rcs.nm
ding-libs: Fix running test suite
[people/stevee/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
ddc86144
MT
8release = 1
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
31 autoconf
32 ed
33 ghostscript
34 groff
35 end
36
37 prepare_cmds
38 autoconf
39 end
40
41 configure_options += \
42 --with-diffutils
43
79f38167
MT
44 test
45 make check
46 end
ddc86144
MT
47
48 install_cmds
49 # Install the rcsfreeze command.
50 install -m 755 src/rcsfreeze %{BUILDROOT}%{bindir}
51 end
52end
53
54packages
55 package %{name}
56 requires
57 diffutils
58 end
59 end
60
61 package %{name}-debuginfo
62 template DEBUGINFO
63 end
64end