summaryrefslogtreecommitdiff
path: root/package/monit/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-09-16 13:10:39 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2010-09-16 13:10:39 +0200
commit9a625cd021c2d087a988699dcfc3e512fa163235 (patch)
tree2fbdefdee370f2cd2c5ee76ec62b9dd9b65cbd9c /package/monit/Makefile
parentafab289b265ff987c3f62393b3ef707c2650704f (diff)
parent4422cda575db22275b067e07ad4b585572d91756 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Conflicts: mk/kernel-build.mk package/expat/Makefile package/gettext/Makefile package/perl/Makefile package/zlib/Makefile
Diffstat (limited to 'package/monit/Makefile')
-rw-r--r--package/monit/Makefile17
1 files changed, 5 insertions, 12 deletions
diff --git a/package/monit/Makefile b/package/monit/Makefile
index f5d334734..49f37c898 100644
--- a/package/monit/Makefile
+++ b/package/monit/Makefile
@@ -4,28 +4,21 @@
include ${TOPDIR}/rules.mk
PKG_NAME:= monit
-PKG_VERSION:= 5.0.3
+PKG_VERSION:= 5.1.1
PKG_RELEASE:= 1
-PKG_MD5SUM:= dae7859ec10551fc941daeae60dee9d3
+PKG_MD5SUM:= 4bbd3845ae1cbab13ec211824e0486dc
PKG_DESCR:= An utility for system services monitoring
PKG_SECTION:= admin
-PKG_DEPENDS:= libpthread
-ifeq ($(ADK_COMPILE_MONIT_WITH_SSL),y)
-PKG_DEPENDS:= libopenssl
-PKG_BUILDDEP+= openssl
-endif
-PKG_URL:= http://mmonit.com/monit
+PKG_DEPENDS:= libpthread libopenssl
+PKG_BUILDDEP:= openssl
+PKG_URL:= http://mmonit.com/monit/
PKG_SITES:= http://www.tildeslash.com/monit/dist/
include ${TOPDIR}/mk/package.mk
$(eval $(call PKG_template,MONIT,${PKG_NAME},${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
-ifeq ($(ADK_COMPILE_MONIT_WITH_SSL),y)
CONFIGURE_ARGS+= --with-ssl --with-ssl-dir="${STAGING_DIR}/usr"
-else
-CONFIGURE_ARGS+= --without-ssl
-endif
post-install:
${INSTALL_DIR} ${IDIR_MONIT}/etc