]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - libedit/libedit.nm
libnetfilter_queue: Update to 1.0.2.
[people/ms/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.0-%{version_date}
8 version_date = 20110802
9 release = 1
10
11 groups = System/Libraries
12 url = http://www.thrysoee.dk/editline/
13 license = BSD
14 summary = The NetBSD Editline library.
15
16 description
17 Libedit is an autotool- and libtoolized port of the NetBSD Editline
18 library. It provides generic line editing, history, and tokenization
19 functions, similar to those found in GNU Readline.
20 end
21
22 thisapp = %{name}-%{version_date}-3.0
23
24 source_dl =
25
26 build
27 requires
28 ncurses-devel
29 end
30
31 configure_options += \
32 --disable-static \
33 --enable-widec
34
35 prepare_cmds
36 sed -i "s/lcurses/ltinfo/" src/Makefile*
37 end
38 end
39
40 packages
41 package %{name}
42 end
43
44 package %{name}-devel
45 template DEVEL
46
47 requires = ncurses-devel
48 end
49
50 package %{name}-debuginfo
51 template DEBUGINFO
52 end
53 end