Makefile 840 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:= wol
  7. PKG_VERSION:= 0.7.1
  8. PKG_RELEASE:= 1
  9. PKG_MD5SUM:= c2fa9d7e771134ac8c89d56b8197d4ca
  10. MASTER_SITES:= ${MASTER_SITE_SOURCEFORGE:=ahh/}
  11. include ${TOPDIR}/mk/package.mk
  12. $(eval $(call PKG_template,WOL,wol,${PKG_VERSION}-${PKG_RELEASE},${ARCH}))
  13. CONFIGURE_STYLE:= gnu
  14. CONFIGURE_ARGS+= ac_cv_func_malloc_0_nonnull=yes \
  15. ac_cv_func_realloc_0_nonnull=yes \
  16. ac_cv_func_mmap_fixed_mapped=yes \
  17. jm_cv_func_working_malloc=yes \
  18. ac_cv_func_alloca_works=yes
  19. BUILD_STYLE:= auto
  20. INSTALL_STYLE:= auto
  21. post-install:
  22. ${INSTALL_DIR} ${IDIR_WOL}/usr/bin/
  23. ${INSTALL_BIN} ${WRKINST}/usr/bin/wol ${IDIR_WOL}/usr/bin/
  24. include ${TOPDIR}/mk/pkg-bottom.mk