]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - libedit/libedit.nm
libnetfilter_queue: Update to 1.0.2.
[people/ms/ipfire-3.x.git] / libedit / libedit.nm
CommitLineData
9fe13dd3 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
9fe13dd3
MT
4###############################################################################
5
802ea3af
MT
6name = libedit
7version = 3.0-%{version_date}
8version_date = 20110802
9release = 1
9fe13dd3 10
802ea3af
MT
11groups = System/Libraries
12url = http://www.thrysoee.dk/editline/
13license = BSD
14summary = The NetBSD Editline library.
9fe13dd3 15
802ea3af 16description
9fe13dd3
MT
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.
802ea3af
MT
20end
21
22thisapp = %{name}-%{version_date}-3.0
23
24source_dl =
25
26build
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
38end
39
40packages
41 package %{name}
42 end
1f9bc2f0 43
802ea3af
MT
44 package %{name}-devel
45 template DEVEL
1f9bc2f0 46
802ea3af
MT
47 requires = ncurses-devel
48 end
1f9bc2f0
MT
49
50 package %{name}-debuginfo
51 template DEBUGINFO
52 end
802ea3af 53end