summaryrefslogtreecommitdiff
path: root/package/6tunnel/Makefile
diff options
context:
space:
mode:
authorwbx <wbx@hydrogenium.(none)>2009-05-17 14:41:34 +0200
committerwbx <wbx@hydrogenium.(none)>2009-05-17 14:41:34 +0200
commit219a6dab8995aad9ac4860cc1a84d6f3509a03a4 (patch)
treeb9c0f3c43aebba2fcfef777592d0add39f2072f4 /package/6tunnel/Makefile
Initial import
Diffstat (limited to 'package/6tunnel/Makefile')
-rw-r--r--package/6tunnel/Makefile29
1 files changed, 29 insertions, 0 deletions
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