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