]> git.ipfire.org Git - ipfire-3.x.git/blob - ldapvi/ldapvi.nm
7b7bf5da8d603e2bc43c9c85bad60b9371c831f5
[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 = 3
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 = http://www.lichteblau.com/download/
22
23 build
24 requires
25 glib2-devel
26 libxcrypt-devel
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
40 end
41
42 packages
43 package %{name}
44 requires = vim
45 end
46
47 package %{name}-debuginfo
48 template DEBUGINFO
49 end
50 end