]> git.ipfire.org Git - ipfire-3.x.git/blame - readline/readline.nm
pcengines-firmware: update to 4.9.0.7
[ipfire-3.x.git] / readline / readline.nm
CommitLineData
a904827c 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
a904827c
MT
4###############################################################################
5
802ea3af 6name = readline
8ef817a8 7version = 8.0
7a5a8b32 8release = 1
802ea3af
MT
9
10groups = System/Libraries
11url = ftp://ftp.gnu.org/gnu/readline/
12license = GPLv3+
13summary = A library for editing typed command lines.
14
15description
16 The Readline library provides a set of functions that allow users to
17 edit command lines. Both Emacs and vi editing modes are available.
18 The Readline library includes additional functions for maintaining a
19 list of previously-entered command lines for recalling or editing
20 those lines, and for performing csh-like history expansion on
a904827c 21 previous commands.
802ea3af
MT
22end
23
24source_dl = ftp://ftp.gnu.org/gnu/readline/
25
26build
27 requires
802ea3af
MT
28 ncurses-devel
29 end
30
802ea3af
MT
31 make_build_targets += \
32 SHLIB_LIBS=-lncurses
33
34 install_cmds
35 # Remove a bunch of *.c files
36 rm -rfv %{BUILDROOT}/usr/share/readline
37
802ea3af
MT
38 mkdir -pv %{BUILDROOT}/etc/profile.d
39 cp -vf %{DIR_SOURCE}/readline.sh %{BUILDROOT}/etc/profile.d/
802ea3af
MT
40 end
41end
42
43packages
44 package %{name}
6137af44 45
802ea3af
MT
46 package %{name}-devel
47 template DEVEL
48 end
1f9bc2f0
MT
49
50 package %{name}-debuginfo
51 template DEBUGINFO
52 end
802ea3af 53end