@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME := syslog-ng
PKG_NAME := syslog-ng
PKG_VERSION := 3.8.1
PKG_VERSION := 3.8.1
PKG_RELEASE := 1
PKG_RELEASE := 2
PKG_MAINTAINER := W. Michael Petullo <mike@flyn.org>
PKG_MAINTAINER := W. Michael Petullo <mike@flyn.org>
@ -18,7 +18,7 @@ include $(INCLUDE_DIR)/nls.mk
d e f i n e P a c k a g e / s y s l o g - n g
d e f i n e P a c k a g e / s y s l o g - n g
SECTION:= admin
SECTION:= admin
CATEGORY:= Administration
CATEGORY:= Administration
DEPENDS:= +libpcre +glib2 +libeventlog +libopenssl +libuuid
DEPENDS:= +libpcre +glib2 +libeventlog +libopenssl +libuuid +libcurl
TITLE:= A powerful syslog daemon
TITLE:= A powerful syslog daemon
URL:= http://www.balabit.com/network-security/syslog-ng/opensource-logging-system/
URL:= http://www.balabit.com/network-security/syslog-ng/opensource-logging-system/
e n d e f
e n d e f
@ -41,10 +41,13 @@ endef
CONFIGURE_ARGS += \
CONFIGURE_ARGS += \
$( call autoconf_bool,CONFIG_IPV6,ipv6) \
$( call autoconf_bool,CONFIG_IPV6,ipv6) \
--disable-dependency-tracking \
--disable-dependency-tracking \
--disable-ampq \
--disable-tcp-wrapper \
--disable-tcp-wrapper \
--disable-glibtest \
--disable-glibtest \
--disable-mongodb \
--disable-mongodb \
--disable-java \
--disable-java \
--disable-json \
--disable-python \
--disable-spoof-source \
--disable-spoof-source \
--disable-sql \
--disable-sql \
--disable-linux-caps \
--disable-linux-caps \
@ -58,13 +61,14 @@ CONFIGURE_VARS += \
d e f i n e P a c k a g e / s y s l o g - n g / i n s t a l l
d e f i n e P a c k a g e / s y s l o g - n g / i n s t a l l
$( INSTALL_DIR) $( 1) /usr/lib
$( INSTALL_DIR) $( 1) /usr/lib
$( CP) $( PKG_INSTALL_DIR) /usr/lib/libsyslog-ng-3.8.so* $( 1) /usr/lib/
$( INSTALL_DIR) $( 1) /usr/sbin
$( INSTALL_BIN) $( PKG_INSTALL_DIR) /usr/sbin/syslog-ng $( 1) /usr/sbin/
$( MAKE) -C $( PKG_BUILD_DIR) \
install-sbinPROGRAMS install-libLTLIBRARIES \
install-moduleLTLIBRARIES DESTDIR = " $( 1) "
$( INSTALL_DIR) $( 1) /etc/init.d
$( INSTALL_DIR) $( 1) /etc/init.d
$( INSTALL_BIN) ./files/syslog-ng.init $( 1) /etc/init.d/syslog-ng
$( INSTALL_BIN) ./files/syslog-ng.init $( 1) /etc/init.d/syslog-ng
$( INSTALL_DIR) $( 1) /etc
$( INSTALL_DIR) $( 1) /etc
$( INSTALL_DATA) ./files/syslog-ng.conf $( 1) /etc
$( INSTALL_DATA) ./files/syslog-ng.conf $( 1) /etc
$( call libtool_remove_files,$( 1) )
e n d e f
e n d e f
$( eval $ ( call BuildPackage ,syslog -ng ) )
$( eval $ ( call BuildPackage ,syslog -ng ) )