diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2014-07-08 17:27:32 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2014-07-08 17:27:32 +0200 |
commit | e12f9f2abbe7054f005c8c28b2eb416c6b0eb086 (patch) | |
tree | 0da9a26f7b0fa44a210fe8f023102bb39959894b /package/adktest/Makefile | |
parent | 3c98ceaa57fe2f1979e6a60e583ad0fe000eef4f (diff) |
fix update-rcconf, rename adk-test package
Diffstat (limited to 'package/adktest/Makefile')
-rw-r--r-- | package/adktest/Makefile | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/package/adktest/Makefile b/package/adktest/Makefile new file mode 100644 index 000000000..9a47f7909 --- /dev/null +++ b/package/adktest/Makefile @@ -0,0 +1,28 @@ +# This file is part of the OpenADK project. OpenADK is copyrighted +# material, please see the LICENCE file in the top-level directory. + +include $(ADK_TOPDIR)/rules.mk + +PKG_NAME:= adktest +PKG_VERSION:= 0.1 +PKG_RELEASE:= 7 +PKG_DESCR:= helper tools and scripts for adk-test-framework +PKG_SECTION:= base/misc +PKG_URL:= http://openadk.org/ + +NO_DISTFILES:= 1 + +include $(ADK_TOPDIR)/mk/package.mk + +$(eval $(call PKG_template,ADKTEST,adktest,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION})) + +CONFIG_STYLE:= manual +BUILD_STYLE:= manual +INSTALL_STYLE:= manual + +adktest-install: + $(INSTALL_DIR) $(IDIR_ADKTEST)/usr/bin + $(INSTALL_BIN) $(WRKBUILD)/{qmp,quit} \ + $(IDIR_ADKTEST)/usr/bin + +include ${ADK_TOPDIR}/mk/pkg-bottom.mk |