You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
657 B

9 years ago
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=2
9 years ago
TERMUX_PKG_SRCURL=http://downloads.openwrt.org/sources/wol-${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--mandir=$TERMUX_PREFIX/share/man"
TERMUX_PKG_RM_AFTER_INSTALL="info/"
9 years ago
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
}