diff options
author | wbx <wbx@hydrogenium.(none)> | 2009-05-17 14:41:34 +0200 |
---|---|---|
committer | wbx <wbx@hydrogenium.(none)> | 2009-05-17 14:41:34 +0200 |
commit | 219a6dab8995aad9ac4860cc1a84d6f3509a03a4 (patch) | |
tree | b9c0f3c43aebba2fcfef777592d0add39f2072f4 /package/ether-wake/Makefile |
Initial import
Diffstat (limited to 'package/ether-wake/Makefile')
-rw-r--r-- | package/ether-wake/Makefile | 24 |
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 |