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
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
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