mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-26 23:13:27 +08:00
package/libutp: new package
Needed for upcoming version bump of transmission. Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
42f7f451ec
commit
f986b7fd27
@ -391,6 +391,7 @@ F: package/libsoundtouch/
|
||||
F: package/libsquish/
|
||||
F: package/libudfread/
|
||||
F: package/liburiparser/
|
||||
F: package/libutp/
|
||||
F: package/libva/
|
||||
F: package/libva-intel-driver/
|
||||
F: package/libva-utils/
|
||||
|
@ -1888,6 +1888,7 @@ menu "Networking"
|
||||
source "package/libupnp/Config.in"
|
||||
source "package/libupnpp/Config.in"
|
||||
source "package/liburiparser/Config.in"
|
||||
source "package/libutp/Config.in"
|
||||
source "package/libuwsc/Config.in"
|
||||
source "package/libvncserver/Config.in"
|
||||
source "package/libwebsock/Config.in"
|
||||
|
10
package/libutp/Config.in
Normal file
10
package/libutp/Config.in
Normal file
@ -0,0 +1,10 @@
|
||||
config BR2_PACKAGE_LIBUTP
|
||||
bool "libutp"
|
||||
depends on BR2_INSTALL_LIBSTDCPP
|
||||
help
|
||||
uTorrent Transport Protocol library
|
||||
|
||||
https://github.com/bittorrent/libutp
|
||||
|
||||
comment "libutp support needs a toolchain with C++"
|
||||
depends on !BR2_INSTALL_LIBSTDCPP
|
3
package/libutp/libutp.hash
Normal file
3
package/libutp/libutp.hash
Normal file
@ -0,0 +1,3 @@
|
||||
# Locally computed
|
||||
sha256 c515e6f9add47d3d202389e8a62feb765f0ae41d6398cc238e44028be520774e libutp-fda9f4b3db97ccb243fcbed2ce280eb4135d705b.tar.gz
|
||||
sha256 4441418beb8e352b6e2aa09083b4c51a86814a49878dbb1a81936b466cd5badd LICENSE
|
13
package/libutp/libutp.mk
Normal file
13
package/libutp/libutp.mk
Normal file
@ -0,0 +1,13 @@
|
||||
################################################################################
|
||||
#
|
||||
# libutp
|
||||
#
|
||||
################################################################################
|
||||
|
||||
LIBUTP_VERSION = fda9f4b3db97ccb243fcbed2ce280eb4135d705b
|
||||
LIBUTP_SITE = $(call github,transmission,libutp,$(LIBUTP_VERSION))
|
||||
LIBUTP_LICENSE = MIT
|
||||
LIBUTP_LICENSE_FILES = LICENSE
|
||||
LIBUTP_INSTALL_STAGING = YES
|
||||
|
||||
$(eval $(cmake-package))
|
Loading…
Reference in New Issue
Block a user