summaryrefslogtreecommitdiff
path: root/package/openais/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2013-03-05 14:09:36 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2013-03-05 14:09:36 +0100
commit9b6a74781eba7e0bf82beae7915e6aff5faf644c (patch)
treeaa536cca587427dd051096a4351e216af2f316aa /package/openais/Makefile
parent4b9feb784c89a74ec41bf134680e8d3e7f072507 (diff)
parenta3cff7cc19f3ba9d51a46939d678c132e72248c7 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/openais/Makefile')
-rw-r--r--package/openais/Makefile36
1 files changed, 0 insertions, 36 deletions
diff --git a/package/openais/Makefile b/package/openais/Makefile
deleted file mode 100644
index 102a7d5f6..000000000
--- a/package/openais/Makefile
+++ /dev/null
@@ -1,36 +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:= openais
-PKG_VERSION:= 1.1.4
-PKG_RELEASE:= 1
-PKG_MD5SUM:= e500ad3c49fdc45d8653f864e80ed82c
-PKG_DESCR:= AIS implementation
-PKG_SECTION:= ha
-PKG_BUILDDEP:= corosync
-PKG_DEPENDS:= corosync
-PKG_URL:= http://www.openais.org/
-PKG_SITES:= ftp://ftp:download@ftp.openais.org/downloads/openais-1.1.4/
-
-PKG_ARCH_DEPENDS:= !avr32
-
-include $(TOPDIR)/mk/package.mk
-
-$(eval $(call PKG_template,OPENAIS,openais,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
-
-CONFIGURE_ENV+= ac_cv_func_fnmatch_works=yes
-
-openais-install:
- $(INSTALL_DIR) $(IDIR_OPENAIS)/usr/lib
- $(CP) $(WRKINST)/usr/lib/lib*.so* \
- $(IDIR_OPENAIS)/usr/lib
- $(INSTALL_DIR) $(IDIR_OPENAIS)/usr/sbin
- $(CP) $(WRKINST)/usr/sbin/* \
- $(IDIR_OPENAIS)/usr/sbin
- $(INSTALL_DIR) $(IDIR_OPENAIS)/usr/libexec
- $(CP) $(WRKINST)/usr/libexec/* \
- $(IDIR_OPENAIS)/usr/libexec
-
-include ${TOPDIR}/mk/pkg-bottom.mk