]>
Commit | Line | Data |
---|---|---|
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 |
6 | name = ldapvi |
7 | version = 1.7 | |
8 | release = 1 | |
ba3c15c9 | 9 | |
802ea3af MT |
10 | groups = Applications/Editors |
11 | url = http://www.lichteblau.com/ldapvi/ | |
12 | license = GPLv2+ | |
13 | summary = An interactive LDAP client. | |
ba3c15c9 | 14 | |
802ea3af | 15 | description |
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 |
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 | ||
40 | install | |
41 | make install prefix=%{BUILDROOT}/usr | |
42 | end | |
43 | end | |
44 | ||
45 | packages | |
46 | package %{name} | |
47 | requires = vim | |
48 | end | |
49 | end |