wol: Add package
authorDavid Martínez <contacto@davidmartinez.net>
Mon, 25 Jan 2016 17:30:18 +0000 (18:30 +0100)
committerDavid Martínez <contacto@davidmartinez.net>
Mon, 25 Jan 2016 17:30:18 +0000 (18:30 +0100)
packages/wol/build.sh [new file with mode: 0644]

diff --git a/packages/wol/build.sh b/packages/wol/build.sh
new file mode 100644 (file)
index 0000000..c28cbf1
--- /dev/null
@@ -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
+}