packages/librelp: new package
Reliable Logging Protocol library. Signed-off-by: David GOUARIN <dgouarin@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
14c29ea9d6
commit
356a521f2a
@ -694,6 +694,9 @@ F: package/openldap/
|
||||
N: David du Colombier <0intro@gmail.com>
|
||||
F: package/x264/
|
||||
|
||||
N: David GOUARIN <dgouarin@gmail.com>
|
||||
F: package/librelp/
|
||||
|
||||
N: David Lechner <david@lechnology.com>
|
||||
F: board/lego/ev3/
|
||||
F: configs/lego_ev3_defconfig
|
||||
|
@ -1747,6 +1747,7 @@ menu "Networking"
|
||||
source "package/libpagekite/Config.in"
|
||||
source "package/libpcap/Config.in"
|
||||
source "package/libpjsip/Config.in"
|
||||
source "package/librelp/Config.in"
|
||||
source "package/librsync/Config.in"
|
||||
source "package/libshairplay/Config.in"
|
||||
source "package/libshout/Config.in"
|
||||
|
6
package/librelp/Config.in
Normal file
6
package/librelp/Config.in
Normal file
@ -0,0 +1,6 @@
|
||||
config BR2_PACKAGE_LIBRELP
|
||||
bool "librelp"
|
||||
help
|
||||
Reliable Event Logging Protocol library
|
||||
|
||||
https://www.rsyslog.com/librelp/
|
3
package/librelp/librelp.hash
Normal file
3
package/librelp/librelp.hash
Normal file
@ -0,0 +1,3 @@
|
||||
# Locally calculated
|
||||
sha256 a34c8fc98bf8eef2a5baf635a0f71813cce93b1185aa03648e31b5af60b7393f librelp-1.2.18.tar.gz
|
||||
sha256 1ed76f935566e93e3c3c0d9f8fad22eb6d8bbe406e2eb8470a4a2764d9fd9685 COPYING
|
20
package/librelp/librelp.mk
Normal file
20
package/librelp/librelp.mk
Normal file
@ -0,0 +1,20 @@
|
||||
################################################################################
|
||||
#
|
||||
# librelp
|
||||
#
|
||||
################################################################################
|
||||
|
||||
LIBRELP_VERSION = 1.2.18
|
||||
LIBRELP_SITE = http://download.rsyslog.com/librelp
|
||||
LIBRELP_LICENSE = GPL-3.0+
|
||||
LIBRELP_LICENSE_FILES = COPYING
|
||||
LIBRELP_INSTALL_STAGING = YES
|
||||
|
||||
ifeq ($(BR2_PACKAGE_GNUTLS),y)
|
||||
LIBRELP_DEPENDENCIES += gnutls host-pkgconf
|
||||
LIBRELP_CONF_OPTS += --enable-tls
|
||||
else
|
||||
LIBRELP_CONF_OPTS += --disable-tls
|
||||
endif
|
||||
|
||||
$(eval $(autotools-package))
|
Loading…
Reference in New Issue
Block a user