]> git.ipfire.org Git - ipfire-3.x.git/blob - ldapvi/ldapvi.nm
git: Update to 2.23.0
[ipfire-3.x.git] / ldapvi / ldapvi.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = ldapvi
7 version = 1.7
8 release = 2
9
10 groups = Applications/Editors
11 url = http://www.lichteblau.com/ldapvi/
12 license = GPLv2+
13 summary = An interactive LDAP client.
14
15 description
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.
19 end
20
21 source_dl =
22
23 build
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
39 end
40
41 packages
42 package %{name}
43 requires = vim
44 end
45
46 package %{name}-debuginfo
47 template DEBUGINFO
48 end
49 end