Makefile 748 B

12345678910111213141516171819202122232425262728
  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:= strongswan
  7. PKG_VERSION:= 4.1.3
  8. PKG_RELEASE:= 1
  9. PKG_MD5SUM:= 8a9f0c0dd939eeb1f6b8d6cb86925ffa
  10. DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.bz2
  11. MASTER_SITES:= http://download.strongswan.org/
  12. include ${TOPDIR}/mk/package.mk
  13. $(eval $(call PKG_template,STRONGSWAN,strongswan,${PKG_VERSION}-${PKG_RELEASE},${ARCH}))
  14. CONFIGURE_STYLE:= gnu
  15. BUILD_STYLE:= auto
  16. INSTALL_STYLE:= auto
  17. post-install:
  18. ${INSTALL_DIR} ${IDIR_STRONGSWAN}/etc/init.d
  19. ${INSTALL_BIN} ./files/strongswan.init \
  20. ${IDIR_STRONGSWAN}/etc/init.d/strongswan
  21. include ${TOPDIR}/mk/pkg-bottom.mk