summaryrefslogtreecommitdiff
path: root/package/adk-test-tools/Makefile
blob: 72327170a93385bee27e1919d6aff72d84ffc6a1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# 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:=		adk-test-tools
PKG_VERSION:=		0.1
PKG_RELEASE:=		5
PKG_DESCR:=		helper tools and scripts for adk-test-framework
PKG_SECTION:=		misc
PKG_URL:=		http://openadk.org/

NO_DISTFILES:=		1

include $(TOPDIR)/mk/package.mk

$(eval $(call PKG_template,ADK_TEST_TOOLS,adk-test-tools,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))

CONFIG_STYLE:=		manual
BUILD_STYLE:=		manual
INSTALL_STYLE:=		manual

adk-test-tools-install:
	$(INSTALL_DIR) $(IDIR_ADK_TEST_TOOLS)/usr/bin
	$(INSTALL_BIN) $(WRKBUILD)/{qmp,quit} \
		$(IDIR_ADK_TEST_TOOLS)/usr/bin

include ${TOPDIR}/mk/pkg-bottom.mk