squid: update to 6.13
[openadk.git] / package / coreutils / Makefile
blob70dc6bfdc996ee00fbf083af5ac3f7183081df0c
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
6 PKG_NAME:= coreutils
7 PKG_VERSION:= 9.5
8 PKG_RELEASE:= 1
9 PKG_HASH:= cd328edeac92f6a665de9f323c93b712af1858bc2e0d88f3f7100469470a1b8a
10 PKG_DESCR:= file, shell and text utilities
11 PKG_SECTION:= base/apps
12 PKG_NEEDS:= threads
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
24 coreutils-install:
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