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
:= 4d62ff37342ec7aed748535323930c7cf94acf71c3591882b26a7ea50f3edc16
10 PKG_DESCR
:= archiving application
11 PKG_SECTION
:= app
/archive
12 PKG_URL
:= http
://mirrors.kernel.org
/gnu
/tar/
13 PKG_SITES
:= http
://mirrors.kernel.org
/gnu
/tar/
16 include ${ADK_TOPDIR}/mk
/host.mk
17 include ${ADK_TOPDIR}/mk
/package.mk
19 $(eval
$(call HOST_template
,TAR
,tar,${PKG_VERSION}-${PKG_RELEASE}))
20 $(eval
$(call PKG_template
,TAR
,tar,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
22 CONFIGURE_ENV
+= gl_cv_func_mbrtowc_incomplete_state
=no \
23 gl_cv_func_wcrtomb_retval
=no
26 ${INSTALL_DIR} ${IDIR_TAR}/bin
27 ${INSTALL_BIN} ${WRKINST}/usr
/bin
/tar ${IDIR_TAR}/bin
29 include ${ADK_TOPDIR}/mk
/host-bottom.mk
30 include ${ADK_TOPDIR}/mk
/pkg-bottom.mk