From 219a6dab8995aad9ac4860cc1a84d6f3509a03a4 Mon Sep 17 00:00:00 2001 From: wbx Date: Sun, 17 May 2009 14:41:34 +0200 Subject: Initial import --- package/ether-wake/Makefile | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 package/ether-wake/Makefile (limited to 'package/ether-wake/Makefile') 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 -- cgit v1.2.3