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
9 PKG_HASH
:= c87366c91475931f75b924119580abd06a7b3cb3f00fef47346552cab1e24863
10 PKG_DESCR
:= console-based bittorrent client
12 PKG_DEPENDS
:= libressl
13 PKG_BUILDDEP
:= libressl
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}))
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