David Martínez
9 years ago
1 changed files with 13 additions and 0 deletions
@ -0,0 +1,13 @@ |
|||
TERMUX_PKG_HOMEPAGE=http://sourceforge.net/projects/wake-on-lan/ |
|||
TERMUX_PKG_DESCRIPTION="wol implements Wake On LAN functionality in a small program. It wakes up hardware that is Magic Packet compliant" |
|||
TERMUX_PKG_VERSION=0.7.1 |
|||
TERMUX_PKG_BUILD_REVISION=1 |
|||
TERMUX_PKG_SRCURL=http://downloads.openwrt.org/sources/wol-${TERMUX_PKG_VERSION}.tar.gz |
|||
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--infodir=$TERMUX_PREFIX/share/info" |
|||
|
|||
termux_step_pre_configure() { |
|||
# https://dev.openwrt.org/browser/packages/net/wol/Makefile |
|||
export ac_cv_func_mmap_fixed_mapped=yes |
|||
export jm_cv_func_working_malloc=yes |
|||
export ac_cv_func_alloca_works=yes |
|||
} |
Loading…
Reference in new issue