better qemu-cris support
[openadk.git] / package / wccpd / Makefile
blob88c2efb9e8bf896c8ff9892a45c67d88a2d6a8e4
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 ${TOPDIR}/rules.mk
6 PKG_NAME:= wccpd
7 PKG_VERSION:= 0.2
8 PKG_RELEASE:= 2
9 PKG_MD5SUM:= 5f15c274de61dfb88e0dbfc1ccbe6b67
10 PKG_DESCR:= A WCCP (Web Cache Coordination Protocol) server daemon
11 PKG_SECTION:= net/misc
12 PKG_SITES:= ${MASTER_SITE_SOURCEFORGE:=wccpd/}
14 include ${TOPDIR}/mk/package.mk
16 $(eval $(call PKG_template,WCCPD,${PKG_NAME},${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
18 # uClibc setpgrp does not take arguments
19 CONFIGURE_ENV+= ac_cv_func_setpgrp_void=yes
21 post-install:
22 ${INSTALL_DIR} ${IDIR_WCCPD}/usr/sbin
23 ${INSTALL_BIN} ${WRKINST}/usr/sbin/wccpd ${IDIR_WCCPD}/usr/sbin/
25 include ${TOPDIR}/mk/pkg-bottom.mk