summaryrefslogtreecommitdiff
path: root/package/aiccu/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2017-09-17 12:27:57 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2017-09-17 12:27:57 +0200
commit67785120a503ac636631a798d1cda127e4386d2d (patch)
tree46900f5d06a103a9e969460ac1af458a01fcc8db /package/aiccu/Makefile
parent95444b27abfb723db6c66c08dc6c12c7e1128e2e (diff)
aiccu: remove, sixxs service is no longer available
Diffstat (limited to 'package/aiccu/Makefile')
-rw-r--r--package/aiccu/Makefile39
1 files changed, 0 insertions, 39 deletions
diff --git a/package/aiccu/Makefile b/package/aiccu/Makefile
deleted file mode 100644
index 7585d093d..000000000
--- a/package/aiccu/Makefile
+++ /dev/null
@@ -1,39 +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 $(ADK_TOPDIR)/rules.mk
-
-PKG_NAME:= aiccu
-PKG_VERSION:= 20070115
-PKG_RELEASE:= 11
-PKG_HASH:= 2260f426c13471169ccff8cb4a3908dc5f79fda18ddb6a55363e7824e6c4c760
-PKG_DESCR:= sixxs automatic ipv6 connectivity client utility
-PKG_SECTION:= net/ipv6
-PKG_KDEPENDS:= tun
-PKG_NEEDS:= threads
-PKG_URL:= http://www.sixxs.net/
-PKG_SITES:= http://www.sixxs.net/archive/sixxs/aiccu/unix/
-
-PKG_LIBC_DEPENDS:= uclibc-ng glibc
-
-DISTFILES:= $(PKG_NAME)_$(PKG_VERSION).tar.gz
-WRKDIST= ${WRKDIR}/$(PKG_NAME)
-
-include $(ADK_TOPDIR)/mk/package.mk
-
-$(eval $(call PKG_template,AICCU,${PKG_NAME},$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
-
-CONFIG_STYLE:= manual
-INSTALL_STYLE:= manual
-
-TARGET_CPPFLAGS+= -D_REENTRANT -D_GNU_SOURCE -DAICCU_CONSOLE \
- -D_LINUX -DHAS_IFHEAD -DAICCU_TYPE=\"linux\"
-TARGET_LDFLAGS+= -pthread -lresolv
-MAKE_FLAGS+= CC='${TARGET_CC}' CFLAGS='${TARGET_CFLAGS}' LDFLAGS='${TARGET_LDFLAGS}'
-
-do-install:
- $(INSTALL_DIR) $(IDIR_AICCU)/usr/sbin $(IDIR_AICCU)/etc
- $(INSTALL_BIN) $(WRKBUILD)/unix-console/aiccu $(IDIR_AICCU)/usr/sbin/
- $(INSTALL_DATA) $(WRKBUILD)/doc/aiccu.conf $(IDIR_AICCU)/etc/aiccu.conf
-
-include ${ADK_TOPDIR}/mk/pkg-bottom.mk