Makefile 757 B

123456789101112131415161718192021222324252627282930
  1. # $Id$
  2. #-
  3. # This file is part of the OpenADK project. OpenADK is copyrighted
  4. # material, please see the LICENCE file in the top-level directory.
  5. include ${TOPDIR}/rules.mk
  6. PKG_NAME:= wccpd
  7. PKG_VERSION:= 0.2
  8. PKG_RELEASE:= 2
  9. PKG_MD5SUM:= 5f15c274de61dfb88e0dbfc1ccbe6b67
  10. MASTER_SITES:= ${MASTER_SITE_SOURCEFORGE:=wccpd/}
  11. include ${TOPDIR}/mk/package.mk
  12. $(eval $(call PKG_template,WCCPD,${PKG_NAME},${PKG_VERSION}-${PKG_RELEASE}))
  13. CONFIGURE_STYLE:= gnu
  14. CONFIGURE_ENV+= ac_cv_func_setpgrp_void=yes
  15. CONFIGURE_ARGS+= --enable-static \
  16. --with-gnu-ld
  17. BUILD_STYLE:= auto
  18. INSTALL_STYLE:= auto
  19. post-install:
  20. ${INSTALL_DIR} ${IDIR_WCCPD}/usr/sbin/
  21. ${INSTALL_BIN} ${WRKINST}/usr/sbin/wccpd ${IDIR_WCCPD}/usr/sbin/
  22. include ${TOPDIR}/mk/pkg-bottom.mk