From d8a3cfe3d7691fd44ee341b4753c602c10b7db7b Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Tue, 25 Oct 2016 21:00:47 +0200 Subject: toybox: new package --- package/toybox/Makefile | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 package/toybox/Makefile (limited to 'package/toybox/Makefile') diff --git a/package/toybox/Makefile b/package/toybox/Makefile new file mode 100644 index 000000000..c46bd2f30 --- /dev/null +++ b/package/toybox/Makefile @@ -0,0 +1,30 @@ +# 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:= toybox +PKG_VERSION:= 0.7.1 +PKG_RELEASE:= 1 +PKG_HASH:= 5bb3069f58faf12940d5cfde3209ac7f63210bebdd9023979b0c20cede126ea7 +PKG_DESCR:= linux tools collection +PKG_SECTION:= base/apps +PKG_URL:= http://landley.net/toybox/ +PKG_SITES:= http://landley.net/toybox/downloads/ + +DISTFILES:= $(PKG_NAME)-$(PKG_VERSION).tar.gz + +include $(ADK_TOPDIR)/mk/package.mk + +$(eval $(call PKG_template,TOYBOX,toybox,$(PKG_VERSION)-$(PKG_RELEASE),$(PKG_DEPENDS),$(PKG_DESCR),$(PKG_SECTION))) + +CONFIG_STYLE:= manual +XAKE_FLAGS+= CC="gcc" V=1 PREFIX="$(WRKINST)" + +do-configure: + cd $(WRKBUILD); PATH='$(HOST_PATH)' $(MAKE) defconfig + +toybox-install: + $(CP) $(WRKINST)/* $(IDIR_TOYBOX)/ + +include $(ADK_TOPDIR)/mk/pkg-bottom.mk -- cgit v1.2.3