]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blob - libedit/libedit.nm
pdns: Update to version 3.4.7
[people/amarx/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 = 20141030
9 release = 1
10 thisapp = %{name}-%{version_date}-3.1
11
12 groups = System/Libraries
13 url = http://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 # The timestamp in the tarball differs from the name
31 DIR_APP = %{DIR_SRC}/%{name}-20141029-3.1
32
33 configure_options += \
34 --disable-static \
35 --enable-widec
36
37 prepare_cmds
38 sed -i "s/lcurses/ltinfo/" src/Makefile*
39 end
40 end
41
42 packages
43 package %{name}
44
45 package %{name}-devel
46 template DEVEL
47
48 requires = ncurses-devel
49 end
50
51 package %{name}-debuginfo
52 template DEBUGINFO
53 end
54 end