| 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.mkPKG_NAME:=		fpingPKG_VERSION:=		2.4b2_toPKG_RELEASE:=		1PKG_MD5SUM:=		d5e8be59e307cef76bc479e1684df705PKG_DESCR:=		A program to ping hosts in parallelPKG_SECTION:=		netPKG_URL:=		http://fping.sourceforge.netPKG_SITES:=		http://fping.sourceforge.net/download/DISTFILES:=		${PKG_NAME}.tar.gzinclude ${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
 |