summaryrefslogtreecommitdiff
path: root/package/fping/Makefile
blob: 7009b540e7cc1d07cd199e6b5a17efd465df9291 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# 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:=		3.9
PKG_RELEASE:=		2
PKG_MD5SUM:=		7ad0313646681c33e975f7b946d8d283	
PKG_DESCR:=		program to ping hosts in parallel
PKG_SECTION:=		net
PKG_URL:=		http://fping.org
PKG_SITES:=		http://fping.org/dist/

include ${TOPDIR}/mk/package.mk

$(eval $(call PKG_template,FPING,fping,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))

fping-install:
	${INSTALL_DIR} ${IDIR_FPING}/usr/sbin
	${INSTALL_BIN} ${WRKINST}/usr/sbin/fping ${IDIR_FPING}/usr/sbin/

include ${TOPDIR}/mk/pkg-bottom.mk