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_HASH
:= cd328edeac92f6a665de9f323c93b712af1858bc2e0d88f3f7100469470a1b8a
10 PKG_DESCR
:= file
, shell and text utilities
11 PKG_SECTION
:= base
/apps
13 PKG_URL
:= http
://www.gnu.org
/software
/coreutils
/
14 PKG_SITES
:= http
://ftp.gnu.org
/gnu
/coreutils
/
16 include $(ADK_TOPDIR
)/mk
/host.mk
17 include $(ADK_TOPDIR
)/mk
/package.mk
19 $(eval
$(call HOST_template
,COREUTILS
,coreutils
,$(PKG_VERSION
)-${PKG_RELEASE}))
20 $(eval
$(call PKG_template
,COREUTILS
,coreutils
,$(PKG_VERSION
)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
22 CONFIGURE_ARGS
+= --disable-rpath
25 $(INSTALL_DIR
) $(IDIR_COREUTILS
)/usr
/bin
26 $(CP
) $(WRKINST
)/usr
/bin
/* \
27 $(IDIR_COREUTILS
)/usr
/bin
29 include ${ADK_TOPDIR}/mk
/host-bottom.mk
30 include ${ADK_TOPDIR}/mk
/pkg-bottom.mk