diff options
author | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2011-12-03 12:21:54 +0100 |
---|---|---|
committer | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2011-12-03 12:21:54 +0100 |
commit | 2cb1006b60a372f2eafd72e778382f9a6d76ff7a (patch) | |
tree | d6add27714aee02a5b00a8cd5d7ea963bfca1754 /package/nagios-plugins/Makefile | |
parent | 79f8f9c199a30524b5636c00e86fc8f179caf6f2 (diff) |
add non-working nagios-plugins port
Diffstat (limited to 'package/nagios-plugins/Makefile')
-rw-r--r-- | package/nagios-plugins/Makefile | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/package/nagios-plugins/Makefile b/package/nagios-plugins/Makefile new file mode 100644 index 000000000..9ef1f2689 --- /dev/null +++ b/package/nagios-plugins/Makefile @@ -0,0 +1,24 @@ +# 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/} + + +include $(TOPDIR)/mk/package.mk + +$(eval $(call PKG_template,NAGIOS_PLUGINS,nagios-plugins,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION})) + +nagios-plugins-install: + $(INSTALL_DIR) $(IDIR_NAGIOS_PLUGINS)/usr/bin + $(INSTALL_BIN) $(WRKINST)/usr/bin/nagios-plugins \ + $(IDIR_NAGIOS_PLUGINS)/usr/bin + +include ${TOPDIR}/mk/pkg-bottom.mk |