summaryrefslogtreecommitdiff
path: root/package/pacemaker-mgmt/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-05-07 21:15:07 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-05-07 21:15:07 +0200
commit8e0732eefc64546a4917dbddb2c3552ef87b7e2f (patch)
tree9056f551fb856c07da87b53e0c04c756f58eb36b /package/pacemaker-mgmt/Makefile
parent20341b4098547b4f1f8e80103d2d7e72069f731c (diff)
remove ha packages for now, old and seldom tested
Diffstat (limited to 'package/pacemaker-mgmt/Makefile')
-rw-r--r--package/pacemaker-mgmt/Makefile42
1 files changed, 0 insertions, 42 deletions
diff --git a/package/pacemaker-mgmt/Makefile b/package/pacemaker-mgmt/Makefile
deleted file mode 100644
index a4959fe06..000000000
--- a/package/pacemaker-mgmt/Makefile
+++ /dev/null
@@ -1,42 +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:= pacemaker-mgmt
-PKG_VERSION:= 2.0.2
-PKG_RELEASE:= 1
-PKG_MD5SUM:= be16a38588d1c518f53e64e7e48e1c90
-PKG_DESCR:= Pacemaker management daemon
-PKG_SECTION:= ha
-PKG_BUILDDEP:= swig-host pacemaker gnutls pam python2
-PKG_URL:= http://hg.clusterlabs.org/pacemaker/pygui/
-PKG_SITES:= http://openadk.org/distfiles/
-
-PKG_LIBC_DEPENDS:= glibc musl
-PKG_ARCH_DEPENDS:= x86 x86_64
-
-include $(TOPDIR)/mk/package.mk
-
-$(eval $(call PKG_template,PACEMAKER_MGMT,pacemaker-mgmt,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
-
-include $(TOPDIR)/mk/python.mk
-
-CONFIGURE_ENV+= PYTHON=$(PYTHON)
-CONFIGURE_ARGS+= --with-initdir=/etc/init.d \
- --with-ocf-root=/usr/lib/ocf \
- --without-ais-support \
- --disable-fatal-warnings
-TARGET_CFLAGS+= -I$(STAGING_TARGET_DIR)/usr/include/python2.7 \
- -I$(STAGING_TARGET_DIR)/usr/include/pacemaker \
- -I$(STAGING_TARGET_DIR)/usr/include/heartbeat
-
-pacemaker-mgmt-install:
- $(INSTALL_DIR) $(IDIR_PACEMAKER_MGMT)/usr/lib
- $(CP) $(WRKINST)/usr/lib/libhbmgmt*so* \
- $(IDIR_PACEMAKER_MGMT)/usr/lib
- $(INSTALL_DIR) $(IDIR_PACEMAKER_MGMT)/usr/lib/heartbeat
- $(INSTALL_BIN) $(WRKINST)/usr/lib/heartbeat/mgmtd \
- $(IDIR_PACEMAKER_MGMT)/usr/lib/heartbeat
-
-include ${TOPDIR}/mk/pkg-bottom.mk