linux: update to 4.9.6
[openadk.git] / package / ctorrent / Makefile
blobeadf6779b68215208d1c6bac8a21d48b56121eb8
1 # This file is part of the OpenADK project. OpenADK is copyrighted
2 # material, please see the LICENCE file in the top-level directory.
4 include ${ADK_TOPDIR}/rules.mk
6 PKG_NAME:= ctorrent
7 PKG_VERSION:= dnh3.3.2
8 PKG_RELEASE:= 2
9 PKG_HASH:= c87366c91475931f75b924119580abd06a7b3cb3f00fef47346552cab1e24863
10 PKG_DESCR:= console-based bittorrent client
11 PKG_SECTION:= app/p2p
12 PKG_DEPENDS:= libressl
13 PKG_BUILDDEP:= libressl
14 PKG_NEEDS:= c++
15 PKG_URL:= http://www.rahul.net/dholmes/ctorrent
16 PKG_SITES:= ${MASTER_SITE_SOURCEFORGE:=dtorrent/}
18 DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz
20 include ${ADK_TOPDIR}/mk/package.mk
22 $(eval $(call PKG_template,CTORRENT,ctorrent,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
24 ctorrent-install:
25 ${INSTALL_DIR} ${IDIR_CTORRENT}/usr/bin
26 ${CP} ${WRKINST}/usr/bin/ctorrent ${IDIR_CTORRENT}/usr/bin
28 include ${ADK_TOPDIR}/mk/pkg-bottom.mk