Makefile 879 B

123456789101112131415161718192021222324252627
  1. # This file is part of the OpenADK project. OpenADK is copyrighted
  2. # material, please see the LICENCE file in the top-level directory.
  3. include ${ADK_TOPDIR}/rules.mk
  4. PKG_NAME:= wccpd
  5. PKG_VERSION:= 0.2
  6. PKG_RELEASE:= 2
  7. PKG_HASH:= 397cc932a3222b33c1501168084920f0b848f7c4c6109bbc4a99c4ccc1f03a92
  8. PKG_DESCR:= web cache coordination protocol server daemon
  9. PKG_SECTION:= net/proxy
  10. PKG_SITES:= ${MASTER_SITE_SOURCEFORGE:=wccpd/}
  11. DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz
  12. include ${ADK_TOPDIR}/mk/package.mk
  13. $(eval $(call PKG_template,WCCPD,wccpd,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
  14. # uClibc setpgrp does not take arguments
  15. CONFIGURE_ENV+= ac_cv_func_setpgrp_void=yes
  16. wccpd-install:
  17. ${INSTALL_DIR} ${IDIR_WCCPD}/usr/sbin
  18. ${INSTALL_BIN} ${WRKINST}/usr/sbin/wccpd ${IDIR_WCCPD}/usr/sbin/
  19. include ${ADK_TOPDIR}/mk/pkg-bottom.mk