3 include $(TOPDIR
)/rules.mk
8 PKG_MD5SUM
:=b325fa9d238e32195fbb3fc3646b0d28
10 PKG_SOURCE_URL
:=http
://toxygen.net
/6tunnel
/
11 PKG_SOURCE
:=$(PKG_NAME
)-$(PKG_VERSION
).
tar.gz
14 PKG_BUILD_DIR
:=$(BUILD_DIR
)/$(PKG_NAME
)-0.11
15 PKG_INSTALL_DIR
:=$(PKG_BUILD_DIR
)/ipkg-install
17 include $(TOPDIR
)/package
/rules.mk
19 $(eval
$(call PKG_template
,6TUNNEL
,6tunnel
,$(PKG_VERSION
)-$(PKG_RELEASE
),$(ARCH
)))
21 $(PKG_BUILD_DIR
)/.configured
:
22 (cd
$(PKG_BUILD_DIR
); rm -rf config.
{cache
,status
}; \
23 $(TARGET_CONFIGURE_OPTS
) \
24 CFLAGS
="$(TARGET_CFLAGS)" \
25 ac_cv_path_STRIP
=$(STRIP
) \
26 ac_cv_func_vsnprintf
=yes \
28 --target
=$(GNU_TARGET_NAME
) \
29 --host
=$(GNU_TARGET_NAME
) \
30 --build
=$(GNU_HOST_NAME
) \
36 --datadir=/usr
/share \
37 --includedir=/usr
/include \
38 --infodir=/usr
/share
/info \
40 --libexecdir
=/usr
/lib \
41 --localstatedir
=/var \
42 --mandir=/usr
/share
/man \
45 $(DISABLE_LARGEFILE
) \
50 $(PKG_BUILD_DIR
)/.built
:
51 $(MAKE
) -C
$(PKG_BUILD_DIR
) \
56 install -d
-m0755
$(IDIR_6TUNNEL
)/usr
/sbin
57 $(CP
) $(PKG_BUILD_DIR
)/6tunnel
$(IDIR_6TUNNEL
)/usr
/sbin
/
58 $(RSTRIP
) $(IDIR_6TUNNEL
)/
59 $(IPKG_BUILD
) $(IDIR_6TUNNEL
) $(PACKAGE_DIR
)