summaryrefslogtreecommitdiff
path: root/package/ether-wake/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'package/ether-wake/Makefile')
-rw-r--r--package/ether-wake/Makefile24
1 files changed, 24 insertions, 0 deletions
diff --git a/package/ether-wake/Makefile b/package/ether-wake/Makefile
new file mode 100644
index 000000000..2eb244dc6
--- /dev/null
+++ b/package/ether-wake/Makefile
@@ -0,0 +1,24 @@
+# $Id$
+#-
+# This file is part of the OpenADK project. OpenADK is copyrighted
+# material, please see the LICENCE file in the top-level directory.
+
+include ${TOPDIR}/rules.mk
+
+PKG_NAME:= ether-wake
+PKG_VERSION:= 1.09
+PKG_RELEASE:= 1
+NO_DISTFILES:= 1
+
+include ${TOPDIR}/mk/package.mk
+
+$(eval $(call PKG_template,ETHER_WAKE,${PKG_NAME},${PKG_VERSION}-${PKG_RELEASE},${ARCH}))
+
+do-build:
+ ${TARGET_CC} ${TARGET_CFLAGS} -o ${WRKBUILD}/${PKG_NAME} ${WRKBUILD}/${PKG_NAME}.c
+
+do-install:
+ ${INSTALL_DIR} ${IDIR_ETHER_WAKE}/usr/sbin
+ ${INSTALL_BIN} ${WRKBUILD}/${PKG_NAME} ${IDIR_ETHER_WAKE}/usr/sbin/
+
+include ${TOPDIR}/mk/pkg-bottom.mk