]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - rcs/rcs.nm
libnl3: New package.
[people/ms/ipfire-3.x.git] / rcs / rcs.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = rcs
7 version = 5.8
8 release = 1
9
10 groups = Development/Tools
11 url = http://www.gnu.org/software/rcs/
12 license = GPLv3+
13 summary = Revision Control System (RCS) file version management tools.
14
15 description
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.
24 end
25
26 source_dl = ftp://ftp.gnu.org/gnu/rcs/
27
28 build
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
51 end
52
53 packages
54 package %{name}
55 requires
56 diffutils
57 end
58 end
59
60 package %{name}-debuginfo
61 template DEBUGINFO
62 end
63 end