Makefile 844 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 ${TOPDIR}/rules.mk
  4. PKG_NAME:= ctorrent
  5. PKG_VERSION:= dnh3.3.2
  6. PKG_RELEASE:= 2
  7. PKG_MD5SUM:= 59b23dd05ff70791cd6449effa7fc3b6
  8. PKG_DESCR:= console-based BitTorrent client
  9. PKG_SECTION:= 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 ${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 ${TOPDIR}/mk/pkg-bottom.mk