Makefile 856 B

1234567891011121314151617181920212223242526272829303132
  1. # $Id$
  2. #-
  3. # This file is part of the OpenADK project. OpenADK is copyrighted
  4. # material, please see the LICENCE file in the top-level directory.
  5. include $(TOPDIR)/rules.mk
  6. PKG_NAME:= 6tunnel
  7. PKG_VERSION:= 0.11rc1
  8. PKG_RELEASE:= 1
  9. PKG_MD5SUM:= b325fa9d238e32195fbb3fc3646b0d28
  10. PKG_DESCR:= IPv4/IPv6 tunnel proxy
  11. PKG_SECTION:= net
  12. PKG_SITES:= http://toxygen.net/6tunnel/
  13. WRKDIST= ${WRKDIR}/$(PKG_NAME)-0.11
  14. include $(TOPDIR)/mk/package.mk
  15. $(eval $(call PKG_template,6TUNNEL,6tunnel,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
  16. CONFIGURE_STYLE= gnu
  17. CONFIGURE_ENV+= ac_cv_path_STRIP=$(STRIP) \
  18. ac_cv_func_vsnprintf=yes
  19. ALL_TARGET= default
  20. BUILD_STYLE= auto
  21. post-install:
  22. $(INSTALL_DIR) $(IDIR_6TUNNEL)/usr/sbin
  23. $(INSTALL_BIN) $(WRKBUILD)/6tunnel $(IDIR_6TUNNEL)/usr/sbin/
  24. include ${TOPDIR}/mk/pkg-bottom.mk