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
:= 397cc932a3222b33c1501168084920f0b848f7c4c6109bbc4a99c4ccc1f03a92
10 PKG_DESCR
:= web cache coordination protocol server daemon
11 PKG_SECTION
:= net
/proxy
12 PKG_SITES
:= ${MASTER_SITE_SOURCEFORGE
:=wccpd
/}
14 DISTFILES
:= ${PKG_NAME}-${PKG_VERSION}.
tar.gz
16 include ${ADK_TOPDIR}/mk
/package.mk
18 $(eval
$(call PKG_template
,WCCPD
,wccpd
,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
20 # uClibc setpgrp does not take arguments
21 CONFIGURE_ENV
+= ac_cv_func_setpgrp_void
=yes
24 ${INSTALL_DIR} ${IDIR_WCCPD}/usr
/sbin
25 ${INSTALL_BIN} ${WRKINST}/usr
/sbin
/wccpd
${IDIR_WCCPD}/usr
/sbin
/
27 include ${ADK_TOPDIR}/mk
/pkg-bottom.mk