]> git.ipfire.org Git - ipfire-3.x.git/blame - ldapvi/ldapvi.nm
json-c: Update to version 0.17-20230812
[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
0b6ddf60 8release = 3
ba3c15c9 9
802ea3af
MT
10groups = Applications/Editors
11url = http://www.lichteblau.com/ldapvi/
12license = GPLv2+
0b6ddf60 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
d41dc495 21source_dl = http://www.lichteblau.com/download/
802ea3af
MT
22
23build
24 requires
25 glib2-devel
0b6ddf60 26 libxcrypt-devel
802ea3af
MT
27 ncurses-devel
28 openldap-devel
29 openssl-devel
30 pkg-config
31 popt-devel
32 readline-devel
33 end
34
35 prepare_cmds
36 for i in $(find . -name "*.[ch]"); do \
37 sed -e "s/getline/_&/g" -i $i
38 done
39 end
802ea3af
MT
40end
41
42packages
43 package %{name}
44 requires = vim
45 end
1f9bc2f0
MT
46
47 package %{name}-debuginfo
48 template DEBUGINFO
49 end
802ea3af 50end