1 # This file is part of the OpenADK project. OpenADK is copyrighted
2 # material, please see the LICENCE file in the top-level directory.
4 include $(ADK_TOPDIR
)/rules.mk
9 PKG_DESCR
:= helper tools and scripts for qemu testing
10 PKG_SECTION
:= base
/misc
11 PKG_URL
:= http
://openadk.org
/
15 include $(ADK_TOPDIR
)/mk
/package.mk
17 $(eval
$(call PKG_template
,ADKTEST
,adktest
,$(PKG_VERSION
)-$(PKG_RELEASE
),$(PKG_DEPENDS
),$(PKG_DESCR
),$(PKG_SECTION
)))
21 INSTALL_STYLE
:= manual
24 $(INSTALL_DIR
) $(IDIR_ADKTEST
)/usr
/bin
25 $(INSTALL_BIN
) $(WRKBUILD
)/{qmp
,quit
} \
26 $(IDIR_ADKTEST
)/usr
/bin
28 include ${ADK_TOPDIR}/mk
/pkg-bottom.mk