]> git.ipfire.org Git - people/pmueller/ipfire-3.x.git/blob - libedit/libedit.nm
python3-docutils: Update to version 0.20.1
[people/pmueller/ipfire-3.x.git] / libedit / libedit.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = libedit
7 version = 3.1-%{version_date}
8 version_date = 20221030
9 release = 1.1
10 thisapp = %{name}-%{version_date}-3.1
11
12 groups = System/Libraries
13 url = https://www.thrysoee.dk/editline/
14 license = BSD
15 summary = The NetBSD Editline library.
16
17 description
18 Libedit is an autotool- and libtoolized port of the NetBSD Editline
19 library. It provides generic line editing, history, and tokenization
20 functions, similar to those found in GNU Readline.
21 end
22
23 source_dl = %{url}
24
25 build
26 requires
27 ncurses-devel
28 end
29
30 configure_options += \
31 --disable-static \
32 --enable-widec
33
34 prepare_cmds
35 sed -i "s/lcurses/ltinfo/" src/Makefile*
36 end
37 end
38
39 packages
40 package %{name}
41
42 package %{name}-devel
43 template DEVEL
44
45 requires = ncurses-devel
46 end
47
48 package %{name}-debuginfo
49 template DEBUGINFO
50 end
51 end