Makefile 769 B

1234567891011121314151617181920212223242526272829
  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:= ptunnel
  7. PKG_VERSION:= 0.61
  8. PKG_RELEASE:= 1
  9. PKG_MD5SUM:= b45f73875f2af48f101816672f83a5fe
  10. MASTER_SITES:= http://www.cti.ecp.fr/~beauxir5/ptunnel/
  11. include ${TOPDIR}/mk/package.mk
  12. $(eval $(call PKG_template,PTUNNEL,ptunnel,${PKG_VERSION}-${PKG_RELEASE}))
  13. CONFIGURE_STYLE:= gnu
  14. CONFIGURE_ENV+= BUILD_CC="${TARGET_CC}" \
  15. ac_cv_linux_vers=2 \
  16. td_cv_buggygetaddrinfo="no"
  17. BUILD_STYLE:= auto
  18. INSTALL_STYLE:= auto
  19. post-install:
  20. ${INSTALL_DIR} ${IDIR_PTUNNEL}/usr/sbin
  21. ${INSTALL_BIN} ${WRKINST}/usr/sbin/ptunnel ${IDIR_PTUNNEL}/usr/sbin/
  22. include ${TOPDIR}/mk/pkg-bottom.mk