93d72fbe82
1.2.7 released * add set_alert_fd in python binding, to supersede set_alert_notify * fix bug in part files > 2 GiB * add function to clear the peer list for a torrent * fix resume data functions to save/restore more torrent flags * limit number of concurrent HTTP announces * fix queue position for force_rechecking a torrent that is not auto-managed * improve rate-based choker documentation, and minor tweak * undeprecate upnp_ignore_nonrouters (but refering to devices on our subnet) * increase default tracker timeout * retry failed socks5 server connections * allow UPnP lease duration to be changed after device discovery * fix IPv6 address change detection on Windows
28 lines
771 B
Makefile
28 lines
771 B
Makefile
# $NetBSD: Makefile,v 1.10 2020/06/03 16:23:10 nia Exp $
|
|
|
|
DISTNAME= libtorrent-rasterbar-1.2.7
|
|
CATEGORIES= net
|
|
MASTER_SITES= ${MASTER_SITE_GITHUB:=arvidn/}
|
|
GITHUB_PROJECT= libtorrent
|
|
GITHUB_RELEASE= libtorrent_${PKGVERSION_NOREV:S/./_/g}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://www.libtorrent.org/
|
|
COMMENT= Feature complete C++ bittorrent implementation
|
|
LICENSE= modified-bsd
|
|
|
|
USE_CMAKE= yes
|
|
USE_LANGUAGES= c c++
|
|
USE_TOOLS+= pkg-config
|
|
|
|
GCC_REQD+= 6 # c++14
|
|
|
|
PKGCONFIG_OVERRIDE+= libtorrent-rasterbar.pc.in
|
|
|
|
post-install:
|
|
${FIND} ${DESTDIR} -name '*.orig' -exec ${RM} -f {} +
|
|
|
|
.include "../../converters/libiconv/buildlink3.mk"
|
|
.include "../../devel/boost-libs/buildlink3.mk"
|
|
.include "../../security/openssl/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|