package/c-icap-modules: bump to version 0.5.3
- Remove zlib option (dropped since version 0.5.1 and
51e78cf08a
)
- Add hash for license file
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
This commit is contained in:
parent
5aa04f332f
commit
77657f36de
@ -1,3 +1,7 @@
|
||||
# From http://sourceforge.net/projects/c-icap/files/c-icap-modules/0.4.x/
|
||||
md5 1a7eaa7a34ff35c2440cf303f7b45f22 c_icap_modules-0.4.5.tar.gz
|
||||
sha1 515145e6d29413aff8543937504dc5c419043fd5 c_icap_modules-0.4.5.tar.gz
|
||||
# From http://sourceforge.net/projects/c-icap/files/c-icap-modules/0.5.x/
|
||||
md5 d5f1e553cfe60180f9fa22c9a13005be c_icap_modules-0.5.3.tar.gz
|
||||
sha1 df76f30b2cc29aeef700f477693e7017eaa847f4 c_icap_modules-0.5.3.tar.gz
|
||||
|
||||
# Locally calculated
|
||||
sha256 6e2f87a60379ffde26947c6e82ff0c7f614bc005588bf1efb40c74f69c82f925 c_icap_modules-0.5.3.tar.gz
|
||||
sha256 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643 COPYING
|
||||
|
@ -4,7 +4,7 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
C_ICAP_MODULES_VERSION = 0.4.5
|
||||
C_ICAP_MODULES_VERSION = 0.5.3
|
||||
C_ICAP_MODULES_SOURCE = c_icap_modules-$(C_ICAP_MODULES_VERSION).tar.gz
|
||||
C_ICAP_MODULES_SITE = http://downloads.sourceforge.net/c-icap
|
||||
C_ICAP_MODULES_LICENSE = GPL-2.0+
|
||||
@ -15,13 +15,6 @@ C_ICAP_MODULES_CONF_OPTS = \
|
||||
--with-c-icap=$(STAGING_DIR)/usr/ \
|
||||
--without-clamav
|
||||
|
||||
ifeq ($(BR2_PACKAGE_ZLIB),y)
|
||||
C_ICAP_MODULES_CONF_OPTS += --with-zlib
|
||||
C_ICAP_MODULES_DEPENDENCIES += zlib
|
||||
else
|
||||
C_ICAP_MODULES_CONF_OPTS += --without-zlib
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_BERKELEYDB),y)
|
||||
C_ICAP_MODULES_CONF_OPTS += --with-bdb
|
||||
C_ICAP_MODULES_DEPENDENCIES += berkeleydb
|
||||
|
Loading…
Reference in New Issue
Block a user