Makefile 797 B

12345678910111213141516171819202122232425
  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 ${TOPDIR}/rules.mk
  4. PKG_NAME:= wccpd
  5. PKG_VERSION:= 0.2
  6. PKG_RELEASE:= 2
  7. PKG_MD5SUM:= 5f15c274de61dfb88e0dbfc1ccbe6b67
  8. PKG_DESCR:= A WCCP (Web Cache Coordination Protocol) server daemon
  9. PKG_SECTION:= net
  10. PKG_SITES:= ${MASTER_SITE_SOURCEFORGE:=wccpd/}
  11. include ${TOPDIR}/mk/package.mk
  12. $(eval $(call PKG_template,WCCPD,${PKG_NAME},${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
  13. # uClibc setpgrp does not take arguments
  14. CONFIGURE_ENV+= ac_cv_func_setpgrp_void=yes
  15. post-install:
  16. ${INSTALL_DIR} ${IDIR_WCCPD}/usr/sbin
  17. ${INSTALL_BIN} ${WRKINST}/usr/sbin/wccpd ${IDIR_WCCPD}/usr/sbin/
  18. include ${TOPDIR}/mk/pkg-bottom.mk