]> git.ipfire.org Git - people/arne_f/ipfire-3.x.git/blob - pkgs/c_icap/c_icap.nm
Change file layout of the makefiles.
[people/arne_f/ipfire-3.x.git] / pkgs / c_icap / c_icap.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = c_icap
7 version = 0.1.5
8 release = 1
9
10 maintainer = Christian Schmidt <christian.schmidt@ipfire.org>
11 groups = Networking/Daemons
12 url = http://c-icap.sourceforge.net
13 license = GPLv2
14 summary = c-icap is an implementation of an ICAP server.
15
16 description
17 c-icap is an implementation of an ICAP server. It can be used with \
18 HTTP proxies that support the ICAP protocol to implement content \
19 adaptation and filtering services.
20 end
21
22 build
23 requires
24 autoconf
25 automake
26 db4-devel
27 libtool-devel
28 zlib-devel
29 end
30
31 configure_options += \
32 --enable-large-files \
33 --enable-ipv6 \
34 --sysconfdir=/etc \
35 --localstatedir=/var
36
37 prepare_cmds
38 autoreconf -vfi
39 end
40 end
41
42 quality-agent
43 whitelist_rpath
44 /usr/lib
45 end
46 end
47
48 packages
49 package %{name}
50 end
51 end