]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - rcs/rcs.nm
perl-XML-SAX-Base: New package.
[people/ms/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
7version = 5.8
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/
27
28build
29 requires
30 autoconf
31 ed
32 ghostscript
33 groff
34 end
35
36 prepare_cmds
37 autoconf
38 end
39
40 configure_options += \
41 --with-diffutils
42
43 #test
44 # make check
45 #end
46
47 install_cmds
48 # Install the rcsfreeze command.
49 install -m 755 src/rcsfreeze %{BUILDROOT}%{bindir}
50 end
51end
52
53packages
54 package %{name}
55 requires
56 diffutils
57 end
58 end
59
60 package %{name}-debuginfo
61 template DEBUGINFO
62 end
63end