Makefile 718 B

12345678910111213141516171819202122232425262728
  1. # $Id$
  2. #-
  3. # This file is part of the OpenADK project. OpenADK is copyrighted
  4. # material, please see the LICENCE file in the top-level directory.
  5. include ${TOPDIR}/rules.mk
  6. PKG_NAME:= tar
  7. PKG_VERSION:= 1.22
  8. PKG_RELEASE:= 1
  9. PKG_MD5SUM:= efafad1b256e3de410f4fce5335d9c9d
  10. MASTER_SITES:= ftp://ftp.informatik.rwth-aachen.de/pub/gnu/tar/ \
  11. http://mirrors.kernel.org/gnu/tar/
  12. include ${TOPDIR}/mk/package.mk
  13. $(eval $(call PKG_template,TAR,tar,${PKG_VERSION}-${PKG_RELEASE},${ARCH}))
  14. CONFIGURE_STYLE:= gnu
  15. BUILD_STYLE:= auto
  16. INSTALL_STYLE:= auto
  17. post-install:
  18. ${INSTALL_DIR} ${IDIR_TAR}/usr/bin
  19. ${INSTALL_BIN} ${WRKINST}/usr/bin/tar ${IDIR_TAR}/usr/bin/tar
  20. include ${TOPDIR}/mk/pkg-bottom.mk