Makefile 774 B

12345678910111213141516171819202122232425
  1. # This file is part of the OpenADK project. OpenADK is copyrighted
  2. # material, please see the LICENCE file in the top-level directory.
  3. include ${TOPDIR}/rules.mk
  4. PKG_NAME:= fping
  5. PKG_VERSION:= 2.4b2_to
  6. PKG_RELEASE:= 1
  7. PKG_MD5SUM:= d5e8be59e307cef76bc479e1684df705
  8. PKG_DESCR:= A program to ping hosts in parallel
  9. PKG_SECTION:= net
  10. PKG_URL:= http://fping.sourceforge.net/
  11. PKG_SITES:= http://fping.sourceforge.net/download/
  12. DISTFILES:= ${PKG_NAME}.tar.gz
  13. include ${TOPDIR}/mk/package.mk
  14. $(eval $(call PKG_template,FPING,${PKG_NAME},${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
  15. post-install:
  16. ${INSTALL_DIR} ${IDIR_FPING}/usr/sbin
  17. ${INSTALL_BIN} ${WRKINST}/usr/sbin/fping ${IDIR_FPING}/usr/sbin/
  18. include ${TOPDIR}/mk/pkg-bottom.mk