summaryrefslogtreecommitdiff
path: root/package/monit/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'package/monit/Makefile')
-rw-r--r--package/monit/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/package/monit/Makefile b/package/monit/Makefile
index 5543fed27..af96c7466 100644
--- a/package/monit/Makefile
+++ b/package/monit/Makefile
@@ -7,20 +7,23 @@ PKG_NAME:= monit
PKG_VERSION:= 5.6
PKG_RELEASE:= 2
PKG_MD5SUM:= 19dfc1ce8512e832134d06eedd96ba50
-PKG_DESCR:= An utility for system services monitoring
+PKG_DESCR:= utility for system services monitoring
PKG_SECTION:= admin
PKG_DEPENDS:= libpthread libopenssl
PKG_BUILDDEP:= openssl
PKG_URL:= http://mmonit.com/monit/
PKG_SITES:= http://www.tildeslash.com/monit/dist/
+DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz
+
include ${TOPDIR}/mk/package.mk
$(eval $(call PKG_template,MONIT,monit,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
CONFIGURE_ENV+= libmonit_cv_setjmp_available=yes \
libmonit_cv_vsnprintf_c99_conformant=yes
-CONFIGURE_ARGS+= --with-ssl --with-ssl-dir="${STAGING_TARGET_DIR}/usr" \
+CONFIGURE_ARGS+= --with-ssl \
+ --with-ssl-dir="${STAGING_TARGET_DIR}/usr" \
--without-pam
monit-install: