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
:= ed115a28f4ae8cfcd33b94a597c076ca74fd549867a26e4fac9505c27288e983
10 PKG_DESCR
:= bittorrent library
11 PKG_SECTION
:= libs
/net
12 PKG_DEPENDS
:= libsigc
++ zlib libressl
13 PKG_BUILDDEP
:= libsigc
++ zlib libressl
15 PKG_URL
:= https
://rakshasa.github.io
/rtorrent
/
16 PKG_SITES
:= https
://github.com
/rakshasa
/rtorrent
/releases
/download
/v0.9
.8/
19 PKG_CFLINE_LIBTORRENT
:= depends on ADK_BROKEN
21 DISTFILES
:= ${PKG_NAME}-${PKG_VERSION}.
tar.gz
23 include ${ADK_TOPDIR}/mk
/package.mk
25 $(eval
$(call PKG_template
,LIBTORRENT
,libtorrent
,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION},${PKG_OPTS}))
27 CONFIGURE_ARGS
+= --enable-aligned \
29 --disable-instrumentation \
33 ${INSTALL_DIR} ${IDIR_LIBTORRENT}/usr
/lib
34 ${CP} ${WRKINST}/usr
/lib
/libtorrent.so
* ${IDIR_LIBTORRENT}/usr
/lib
36 include ${ADK_TOPDIR}/mk
/pkg-bottom.mk