Makefile 841 B

1234567891011121314151617181920212223242526272829
  1. # This file is part of the OpenADK project. OpenADK is copyrighted
  2. # material, please see the LICENCE file in the top-level directory.
  3. include $(TOPDIR)/rules.mk
  4. PKG_NAME:= 6tunnel
  5. PKG_VERSION:= 0.11rc2
  6. PKG_RELEASE:= 1
  7. PKG_MD5SUM:= 74e02d4f0704b3083a01feda66033449
  8. PKG_DESCR:= IPv4/IPv6 tunnel proxy
  9. PKG_SECTION:= ipv6
  10. PKG_BUILDDEP:= autotool
  11. PKG_DEPENDS:= kmod-ipv6
  12. PKG_URL:= http://toxygen.net/6tunnel/
  13. PKG_SITES:= http://toxygen.net/6tunnel/
  14. DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz
  15. include $(TOPDIR)/mk/package.mk
  16. $(eval $(call PKG_template,6TUNNEL,6tunnel,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
  17. AUTOTOOL_STYLE:= autoconf
  18. 6tunnel-install:
  19. $(INSTALL_DIR) $(IDIR_6TUNNEL)/usr/sbin
  20. $(INSTALL_BIN) $(WRKBUILD)/6tunnel $(IDIR_6TUNNEL)/usr/sbin/
  21. include ${TOPDIR}/mk/pkg-bottom.mk