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
7 PKG_VERSION
:= 82bd4977b607b8714f361467e37a9d801ff911b6
10 PKG_DESCR
:= stats utility
11 PKG_SECTION
:= sys
/utils
12 PKG_URL
:= https
://github.com
/rustyrussell
/stats
13 PKG_SITES
:= http
://github.com
/rustyrussell
/stats.git
15 include $(ADK_TOPDIR
)/mk
/package.mk
17 $(eval
$(call PKG_template
,STATS
,$(PKG_NAME
),$(PKG_VERSION
)-$(PKG_RELEASE
),$(PKG_DEPENDS
),$(PKG_DESCR
),$(PKG_SECTION
)))
20 $(INSTALL_DIR
) $(IDIR_STATS
)/usr
/bin
21 $(INSTALL_BIN
) $(WRKINST
)/usr
/bin
/stats \
24 include $(ADK_TOPDIR
)/mk
/pkg-bottom.mk