Makefile 786 B

1234567891011121314151617181920212223242526272829
  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:= sipsak
  7. PKG_VERSION:= 0.9.6
  8. PKG_RELEASE:= 1
  9. PKG_MD5SUM:= c4eb8e282902e75f4f040f09ea9d99d5
  10. MASTER_SITES:= http://download.berlios.de/sipsak/ \
  11. http://ftp.iptel.org/pub/sipsak/
  12. include ${TOPDIR}/mk/package.mk
  13. $(eval $(call PKG_template,SIPSAK,sipsak,${PKG_VERSION}-${PKG_RELEASE},${ARCH}))
  14. CONFIGURE_STYLE:= gnu
  15. CONFIGURE_ENV+= ac_cv_func_malloc_0_nonnull=yes
  16. CONFIGURE_ARGS+= --disable-gnutls
  17. BUILD_STYLE:= auto
  18. INSTALL_STYLE:= auto
  19. post-install:
  20. ${INSTALL_DIR} ${IDIR_SIPSAK}/usr/bin
  21. ${INSTALL_BIN} ${WRKINST}/usr/bin/sipsak ${IDIR_SIPSAK}/usr/bin/
  22. include ${TOPDIR}/mk/pkg-bottom.mk