python3: fixed submodule build at least for x86
[openadk.git] / package / 6tunnel / Makefile
blobb3430769dbaf303e8003468892e4325c250109da
1 # This file is part of the OpenADK project. OpenADK is copyrighted
2 # material, please see the LICENCE file in the top-level directory.
4 include $(ADK_TOPDIR)/rules.mk
6 PKG_NAME:= 6tunnel
7 PKG_VERSION:= 0.11rc2
8 PKG_RELEASE:= 1
9 PKG_HASH:= 58a6e274a46f04dce158be0e071bf076af0dc7b92bc3d8212dc827ab43e1db07
10 PKG_DESCR:= ipv4/ipv6 tunnel proxy
11 PKG_SECTION:= net/ipv6
12 PKG_URL:= http://toxygen.net/6tunnel/
13 PKG_SITES:= http://toxygen.net/6tunnel/
15 DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz
17 include $(ADK_TOPDIR)/mk/package.mk
19 $(eval $(call PKG_template,6TUNNEL,6tunnel,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
21 AUTOTOOL_STYLE:= autoconf
23 6tunnel-install:
24 $(INSTALL_DIR) $(IDIR_6TUNNEL)/usr/sbin
25 $(INSTALL_BIN) $(WRKBUILD)/6tunnel $(IDIR_6TUNNEL)/usr/sbin/
27 include ${ADK_TOPDIR}/mk/pkg-bottom.mk