Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 1 | SUMMARY = "Replacement syslog API" |
Brad Bishop | d7bf8c1 | 2018-02-25 22:55:05 -0500 | [diff] [blame] | 2 | HOMEPAGE = "http://www.balabit.com/network-security/syslog-ng/opensource-logging-system" |
Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 3 | DESCRIPTION = "The EventLog library aims to be a replacement of the \ |
| 4 | simple syslog() API provided on UNIX systems. The \ |
| 5 | major difference between EventLog and syslog is that \ |
| 6 | EventLog tries to add structure to messages. EventLog \ |
| 7 | provides an interface to build, format and output an \ |
| 8 | event record. The exact format and output method can \ |
| 9 | be customized by the administrator via a configuration \ |
| 10 | file. his package is the runtime part of the library. \ |
| 11 | " |
| 12 | |
| 13 | LICENSE = "BSD" |
| 14 | LIC_FILES_CHKSUM = "file://COPYING;md5=b8ba8e77bcda9a53fac0fe39fe957767" |
| 15 | |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 16 | SRC_URI = "https://www.balabit.com/downloads/syslog-ng/open-source-edition/3.4.2/source/${BPN}_${PV}.tar.gz" |
Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 17 | |
| 18 | inherit autotools pkgconfig |
| 19 | |
| 20 | SRC_URI[md5sum] = "68ec8d1ea3b98fa35002bb756227c315" |
| 21 | SRC_URI[sha256sum] = "7cb4e6f316daede4fa54547371d5c986395177c12dbdec74a66298e684ac8b85" |