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
9 PKG_HASH
:= f0964e644a8e693932a3e8da6929d5598ed24645bacd51fbb1a4a09b5e47cf78
10 PKG_DESCR
:= utility for controlling ipmi enabled devices
11 PKG_SECTION
:= net
/misc
12 PKG_URL
:= http
://ipmitool.sf.net
/
13 PKG_SITES
:= $(MASTER_SITE_SOURCEFORGE
:=ipmitool
/)
15 DISTFILES
:= $(PKG_NAME
)-$(PKG_VERSION
).
tar.gz
17 include $(ADK_TOPDIR
)/mk
/package.mk
19 $(eval
$(call PKG_template
,IPMITOOL
,ipmitool
,$(PKG_VERSION
)-$(PKG_RELEASE
),$(PKG_DEPENDS
),$(PKG_DESCR
),$(PKG_SECTION
)))
21 CONFIGURE_ENV
+= ac_cv_func_malloc_0_nonnull
=yes
24 $(INSTALL_DIR
) $(IDIR_IPMITOOL
)/usr
/bin
25 $(INSTALL_BIN
) $(WRKINST
)/usr
/bin
/ipmitool \
26 $(IDIR_IPMITOOL
)/usr
/bin
28 include $(ADK_TOPDIR
)/mk
/pkg-bottom.mk