summaryrefslogtreecommitdiff
path: root/package/nagios-plugins/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2013-02-28 12:03:03 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2013-02-28 12:03:03 +0100
commit317ed2d579e74955cb281f527629260c780433c6 (patch)
treeef86b28504e3d08c408bd063d6e6031b29814330 /package/nagios-plugins/Makefile
parent9e941de5595ef76c1abed645fbec39ef6535e990 (diff)
remove nagios-plugins
Diffstat (limited to 'package/nagios-plugins/Makefile')
-rw-r--r--package/nagios-plugins/Makefile27
1 files changed, 0 insertions, 27 deletions
diff --git a/package/nagios-plugins/Makefile b/package/nagios-plugins/Makefile
deleted file mode 100644
index eb95f694a..000000000
--- a/package/nagios-plugins/Makefile
+++ /dev/null
@@ -1,27 +0,0 @@
-# This file is part of the OpenADK project. OpenADK is copyrighted
-# material, please see the LICENCE file in the top-level directory.
-
-include $(TOPDIR)/rules.mk
-
-PKG_NAME:= nagios-plugins
-PKG_VERSION:= 1.4.15
-PKG_RELEASE:= 1
-PKG_MD5SUM:= 56abd6ade8aa860b38c4ca4a6ac5ab0d
-PKG_DESCR:= Nagios plugins
-PKG_SECTION:= net
-PKG_SITES:= ${MASTER_SITE_SOURCEFORGE:=nagiosplug/}
-
-PKG_HOST_DEPENDS:= !darwin
-
-include $(TOPDIR)/mk/package.mk
-
-$(eval $(call PKG_template,NAGIOS_PLUGINS,nagios-plugins,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
-
-CONFIGURE_ENV+= ac_cv_lib_nsl_main=no
-
-nagios-plugins-install:
- $(INSTALL_DIR) $(IDIR_NAGIOS_PLUGINS)/usr/libexec
- $(CP) $(WRKINST)/usr/libexec/* \
- $(IDIR_NAGIOS_PLUGINS)/usr/libexec
-
-include ${TOPDIR}/mk/pkg-bottom.mk