Makefile 907 B

12345678910111213141516171819202122232425262728
  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 ${ADK_TOPDIR}/rules.mk
  4. PKG_NAME:= ctorrent
  5. PKG_VERSION:= dnh3.3.2
  6. PKG_RELEASE:= 2
  7. PKG_HASH:= c87366c91475931f75b924119580abd06a7b3cb3f00fef47346552cab1e24863
  8. PKG_DESCR:= console-based bittorrent client
  9. PKG_SECTION:= app/p2p
  10. PKG_DEPENDS:= libressl
  11. PKG_BUILDDEP:= libressl
  12. PKG_NEEDS:= c++
  13. PKG_URL:= http://www.rahul.net/dholmes/ctorrent
  14. PKG_SITES:= ${MASTER_SITE_SOURCEFORGE:=dtorrent/}
  15. DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz
  16. include ${ADK_TOPDIR}/mk/package.mk
  17. $(eval $(call PKG_template,CTORRENT,ctorrent,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
  18. ctorrent-install:
  19. ${INSTALL_DIR} ${IDIR_CTORRENT}/usr/bin
  20. ${CP} ${WRKINST}/usr/bin/ctorrent ${IDIR_CTORRENT}/usr/bin
  21. include ${ADK_TOPDIR}/mk/pkg-bottom.mk