24 lines
658 B
BlitzBasic
24 lines
658 B
BlitzBasic
SUMMARY = "Torrent client"
|
|
HOMEPAGE = "http://libtorrent.rakshasa.no/"
|
|
LICENSE = "GPL-2.0-or-later"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
|
|
|
|
DEPENDS = "autoconf-archive libsigc++-2.0 curl cppunit libtool libtorrent ncurses"
|
|
|
|
SRC_URI = "git://github.com/rakshasa/rtorrent;branch=master;protocol=https"
|
|
SRCREV = "d067bd802e44f0e6a747aabcc311ada2175fd550"
|
|
|
|
PV = "0.9.8+git${SRCPV}"
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)}"
|
|
|
|
PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6,"
|
|
|
|
inherit autotools pkgconfig
|
|
|
|
EXTRA_AUTORECONF += "--exclude=aclocal"
|
|
|
|
CXXFLAGS += "-std=gnu++14"
|