]> git.ipfire.org Git - ipfire-3.x.git/blame - ldapvi/ldapvi.nm
git: Update to 2.23.0
[ipfire-3.x.git] / ldapvi / ldapvi.nm
CommitLineData
ba3c15c9 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
ba3c15c9
MT
4###############################################################################
5
802ea3af
MT
6name = ldapvi
7version = 1.7
397eafa5 8release = 2
ba3c15c9 9
802ea3af
MT
10groups = Applications/Editors
11url = http://www.lichteblau.com/ldapvi/
12license = GPLv2+
13summary = An interactive LDAP client.
ba3c15c9 14
802ea3af 15description
ba3c15c9
MT
16 ldapvi is an interactive LDAP client for Unix terminals. Using it, you can \
17 update LDAP entries with a text editor, which is the same as vi. Think of \
18 it as vipw(1) for LDAP.
802ea3af
MT
19end
20
21source_dl =
22
23build
24 requires
25 glib2-devel
26 ncurses-devel
27 openldap-devel
28 openssl-devel
29 pkg-config
30 popt-devel
31 readline-devel
32 end
33
34 prepare_cmds
35 for i in $(find . -name "*.[ch]"); do \
36 sed -e "s/getline/_&/g" -i $i
37 done
38 end
802ea3af
MT
39end
40
41packages
42 package %{name}
43 requires = vim
44 end
1f9bc2f0
MT
45
46 package %{name}-debuginfo
47 template DEBUGINFO
48 end
802ea3af 49end