From 219a6dab8995aad9ac4860cc1a84d6f3509a03a4 Mon Sep 17 00:00:00 2001 From: wbx Date: Sun, 17 May 2009 14:41:34 +0200 Subject: Initial import --- package/6tunnel/Config.in | 13 +++++++++++++ package/6tunnel/Makefile | 29 +++++++++++++++++++++++++++++ package/6tunnel/ipkg/6tunnel.control | 4 ++++ 3 files changed, 46 insertions(+) create mode 100644 package/6tunnel/Config.in create mode 100644 package/6tunnel/Makefile create mode 100644 package/6tunnel/ipkg/6tunnel.control (limited to 'package/6tunnel') diff --git a/package/6tunnel/Config.in b/package/6tunnel/Config.in new file mode 100644 index 000000000..53b69c2d5 --- /dev/null +++ b/package/6tunnel/Config.in @@ -0,0 +1,13 @@ +config ADK_PACKAGE_6TUNNEL + prompt "6tunnel........................... IPv4 / IPv6 tunnel proxy" + depends on ADK_IPV6 + tristate + default n + select ADK_KPACKAGE_KMOD_IPV6 + help + 6tunnel allows you to use services provided by IPv6 hosts with IPv4-only + applications and vice-versa. It can bind to any of your IPv4 (default) + or IPv6 addresses and forward all data to IPv4 or IPv6 (default) host. + + http://toxygen.net/6tunnel/ + diff --git a/package/6tunnel/Makefile b/package/6tunnel/Makefile new file mode 100644 index 000000000..d66c2bd95 --- /dev/null +++ b/package/6tunnel/Makefile @@ -0,0 +1,29 @@ +# $Id$ +#- +# 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:= 6tunnel +PKG_VERSION:= 0.11rc1 +PKG_RELEASE:= 1 +PKG_MD5SUM:= b325fa9d238e32195fbb3fc3646b0d28 +MASTER_SITES:= http://toxygen.net/6tunnel/ +WRKDIST= ${WRKDIR}/$(PKG_NAME)-0.11 + +include $(TOPDIR)/mk/package.mk + +$(eval $(call PKG_template,6TUNNEL,6tunnel,$(PKG_VERSION)-$(PKG_RELEASE),$(ARCH))) + +CONFIGURE_STYLE= gnu +CONFIGURE_ENV+= ac_cv_path_STRIP=$(STRIP) \ + ac_cv_func_vsnprintf=yes +ALL_TARGET= default +BUILD_STYLE= auto + +post-install: + $(INSTALL_DIR) $(IDIR_6TUNNEL)/usr/sbin + $(INSTALL_BIN) $(WRKBUILD)/6tunnel $(IDIR_6TUNNEL)/usr/sbin/ + +include ${TOPDIR}/mk/pkg-bottom.mk diff --git a/package/6tunnel/ipkg/6tunnel.control b/package/6tunnel/ipkg/6tunnel.control new file mode 100644 index 000000000..ea4978572 --- /dev/null +++ b/package/6tunnel/ipkg/6tunnel.control @@ -0,0 +1,4 @@ +Package: 6tunnel +Priority: optional +Section: net +Description: An IPv4/IPv6 tunnel proxy -- cgit v1.2.3