c-icap: new package
authorGuillaume GARDET <guillaume.gardet@oliseo.fr>
Tue, 18 Nov 2014 14:54:46 +0000 (15:54 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Fri, 10 Jul 2015 17:06:54 +0000 (19:06 +0200)
commit97b494b0d33eb8a38b4840eb384872d20bf48b70
tree0f19e7fc18678757e7a7d15b2602e2e3742f0f31
parent9c9598e023bd78de9a7a6acd154db0da4c8a86dc
c-icap: new package

[Thomas:
 - Remove trailing whitespace everywhere
 - Rewrap the Config.in help text
 - Fix Config.in comment, the proper text for BR2_PREFER_STATIC_LIB is
   "dynamic library", not "libdl library"
 - Use a PID file in the init script
 - Show OK / FAIL when stopping the service
 - Remove the largefile/IPv6 handling in c-icap.mk, since they are now
   mandatory. We therefore pass --enable-large-files and --enable-ipv6
   unconditionally.
 - Remove the reference to a non-existing
   C_ICAP_INSTALL_TARGET_CONFIGS install target hook.
 - Install the init script unconditionally.
 - Remove unneeded example configuration files (*.default) from /etc,
   and fixup the c-icap.conf so that the default values work with
   Buildroot
 - Properly handle the *-config scripts installed by c-icap.
 - Add hash file.]

Signed-off-by: Guillaume GARDET <guillaume.gardet@oliseo.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/Config.in
package/c-icap/Config.in [new file with mode: 0644]
package/c-icap/S96cicap [new file with mode: 0644]
package/c-icap/c-icap.hash [new file with mode: 0644]
package/c-icap/c-icap.mk [new file with mode: 0644]