pam: add library to staging target directory
[openadk.git] / package / fping / Makefile
blob613112d8845a7ef5fc1c8562135ab2208f6b6836
1 # This file is part of the OpenADK project. OpenADK is copyrighted
2 # material, please see the LICENCE file in the top-level directory.
4 include ${ADK_TOPDIR}/rules.mk
6 PKG_NAME:= fping
7 PKG_VERSION:= 3.16
8 PKG_RELEASE:= 1
9 PKG_HASH:= 2f753094e4df3cdb1d99be1687c0fb7d2f14c0d526ebf03158c8c5519bc78f54
10 PKG_DESCR:= program to ping hosts in parallel
11 PKG_SECTION:= net/debug
12 PKG_URL:= http://fping.org
13 PKG_SITES:= http://fping.org/dist/
15 DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz
17 include ${ADK_TOPDIR}/mk/package.mk
19 $(eval $(call PKG_template,FPING,fping,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
21 fping-install:
22 ${INSTALL_DIR} ${IDIR_FPING}/usr/sbin
23 ${INSTALL_BIN} ${WRKINST}/usr/sbin/fping ${IDIR_FPING}/usr/sbin/
25 include ${ADK_TOPDIR}/mk/pkg-bottom.mk