wol: Add package

This commit is contained in:
David Martínez 2016-01-25 18:30:18 +01:00
parent 47c25a7138
commit e4f6688e11
1 changed files with 13 additions and 0 deletions

13
packages/wol/build.sh Normal file
View File

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