Makefile 861 B

1234567891011121314151617181920212223242526272829
  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:= sipsak
  5. PKG_VERSION:= 0.9.6
  6. PKG_RELEASE:= 2
  7. PKG_MD5SUM:= c4eb8e282902e75f4f040f09ea9d99d5
  8. PKG_DESCR:= a SIP stress and diagnostics utility
  9. PKG_SECTION:= net
  10. PKG_DEPENDS:= libopenssl
  11. PKG_BUILDDEP:= openssl
  12. PKG_URL:= http://sipsak.org/
  13. PKG_SITES:= http://download.berlios.de/sipsak/
  14. DISTFILES:= $(PKG_NAME)-$(PKG_VERSION)-1.tar.gz
  15. include ${TOPDIR}/mk/package.mk
  16. $(eval $(call PKG_template,SIPSAK,${PKG_NAME},${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
  17. CONFIGURE_ARGS+= --disable-gnutls
  18. post-install:
  19. ${INSTALL_DIR} ${IDIR_SIPSAK}/usr/bin
  20. ${INSTALL_BIN} ${WRKINST}/usr/bin/sipsak ${IDIR_SIPSAK}/usr/bin/
  21. include ${TOPDIR}/mk/pkg-bottom.mk