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
:= 03f708f1b14a26ab26c38abd51137640cb444d3ec72380b21b20f1a8d2861da7
10 PKG_DESCR
:= asynchronous dns library
11 PKG_SECTION
:= libs
/net
12 PKG_URL
:= http
://c-ares.haxx.se
13 PKG_SITES
:= http
://c-ares.haxx.se
/download
/
16 DISTFILES
:= ${PKG_NAME}-${PKG_VERSION}.
tar.gz
18 include $(ADK_TOPDIR
)/mk
/package.mk
20 $(eval
$(call PKG_template
,C_ARES
,c-ares
,$(PKG_VERSION
)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION},${PKG_OPTS}))
23 $(INSTALL_DIR
) $(IDIR_C_ARES
)/usr
/lib
24 $(CP
) $(WRKINST
)/usr
/lib
/libcares
*.so
* \
25 $(IDIR_C_ARES
)/usr
/lib
27 include ${ADK_TOPDIR}/mk
/pkg-bottom.mk