better help to start simulator
[openadk.git] / package / wol / Makefile
blob730acd9d39eb2d6feeb2291ee87c5d7c6dd0abdc
1 # This file is part of the OpenADK project. OpenADK is copyrighted
2 # material, please see the LICENCE file in the top-level directory.
4 include ${ADK_TOPDIR}/rules.mk
6 PKG_NAME:= wol
7 PKG_VERSION:= 0.7.1
8 PKG_RELEASE:= 1
9 PKG_HASH:= e0086c9b9811df2bdf763ec9016dfb1bcb7dba9fa6d7858725b0929069a12622
10 PKG_DESCR:= program to send magic wake-on-lan packets
11 PKG_SECTION:= net/misc
12 PKG_SITES:= ${MASTER_SITE_SOURCEFORGE:=ahh/}
14 DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz
16 include ${ADK_TOPDIR}/mk/package.mk
18 $(eval $(call PKG_template,WOL,wol,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
20 CONFIGURE_ARGS+= ac_cv_func_mmap_fixed_mapped=yes \
21 jm_cv_func_working_malloc=yes \
22 ac_cv_func_alloca_works=yes
24 wol-install:
25 ${INSTALL_DIR} ${IDIR_WOL}/usr/bin
26 ${INSTALL_BIN} ${WRKINST}/usr/bin/wol ${IDIR_WOL}/usr/bin/
28 include ${ADK_TOPDIR}/mk/pkg-bottom.mk