Makefile 890 B

123456789101112131415161718192021222324252627
  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:= libstdcxx
  11. PKG_BUILDDEP:= openssl
  12. PKG_URL:= http://www.rahul.net/dholmes/ctorrent
  13. PKG_SITES:= ${MASTER_SITE_SOURCEFORGE:=dtorrent/}
  14. DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz
  15. include ${ADK_TOPDIR}/mk/package.mk
  16. $(eval $(call PKG_template,CTORRENT,ctorrent,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
  17. ctorrent-install:
  18. ${INSTALL_DIR} ${IDIR_CTORRENT}/usr/bin
  19. ${CP} ${WRKINST}/usr/bin/ctorrent ${IDIR_CTORRENT}/usr/bin
  20. include ${ADK_TOPDIR}/mk/pkg-bottom.mk