ccc3900326
Follow transmission switching from branch post-3.3-transmission to branch post-3.4-transmission:745adf8332
This branch contains a copyright year bump for the license file:365254427e
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
14 lines
408 B
Makefile
14 lines
408 B
Makefile
################################################################################
|
|
#
|
|
# libutp
|
|
#
|
|
################################################################################
|
|
|
|
LIBUTP_VERSION = 059c9449a104e440e4f913756a5f560dd4ae76a9
|
|
LIBUTP_SITE = $(call github,transmission,libutp,$(LIBUTP_VERSION))
|
|
LIBUTP_LICENSE = MIT
|
|
LIBUTP_LICENSE_FILES = LICENSE
|
|
LIBUTP_INSTALL_STAGING = YES
|
|
|
|
$(eval $(cmake-package))
|