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
:= 7c3c7a9c73ff3302084386e96f903eb62ce06953bb1666235fac74363a16fad9
10 PKG_DESCR
:= configuration library
11 PKG_SECTION
:= libs
/misc
12 PKG_URL
:= https
://github.com
/hyperrealm
/libconfig
13 PKG_SITES
:= https
://github.com
/hyperrealm
/libconfig
/raw
/master
/docs
/dist/
16 DISTFILES
:= $(PKG_NAME
)-$(PKG_VERSION
).
tar.gz
18 include $(ADK_TOPDIR
)/mk
/package.mk
20 $(eval
$(call PKG_template
,LIBCONFIG
,libconfig
,$(PKG_VERSION
)-$(PKG_RELEASE
),$(PKG_DEPENDS
),$(PKG_DESCR
),$(PKG_SECTION
),$(PKG_OPTS
)))
23 $(INSTALL_DIR
) $(IDIR_LIBCONFIG
)/usr
/lib
24 $(CP
) $(WRKINST
)/usr
/lib
/libconfig
*.so
* \
25 $(IDIR_LIBCONFIG
)/usr
/lib
27 include $(ADK_TOPDIR
)/mk
/pkg-bottom.mk