libcue: bump to version 2.2.0

Update to cmake infrastructure
COPYING has been replaced by LICENSE
Add hash for license file

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Fabrice Fontaine 2018-04-29 10:46:18 +02:00 committed by Peter Korsgaard
parent 3f1f0244cd
commit 460a0289e3
2 changed files with 5 additions and 13 deletions

View file

@ -1,2 +1,3 @@
# Locally computed:
sha256 c3c46d58cebf15b3fe07e6f649014694d338ddd880e941bfb1fd3cedae66c62f libcue-v1.4.0.tar.gz
sha256 328f14b8ae0a6b8d4c96928b53b88a86d72a354b4da9d846343c78ba36022879 libcue-v2.2.0.tar.gz
sha256 c388d36583fa54e13b6d73ad924d0b68d073ed8a5771e17cb49104705df4504f LICENSE

View file

@ -4,20 +4,11 @@
#
################################################################################
LIBCUE_VERSION = v1.4.0
LIBCUE_VERSION = v2.2.0
LIBCUE_SITE = $(call github,lipnitsk,libcue,$(LIBCUE_VERSION))
LIBCUE_LICENSE = GPL-2.0, BSD-2-Clause (rem.c)
LIBCUE_LICENSE_FILES = COPYING
LIBCUE_LICENSE_FILES = LICENSE
LIBCUE_DEPENDENCIES = host-bison host-flex flex
LIBCUE_INSTALL_STAGING = YES
LIBCUE_AUTORECONF = YES
LIBCUE_MAKE = $(MAKE1)
# Needed for autoreconf
define LIBCUE_MAKE_CONFIG_DIR
mkdir $(@D)/config
endef
LIBCUE_POST_EXTRACT_HOOKS += LIBCUE_MAKE_CONFIG_DIR
$(eval $(autotools-package))
$(eval $(cmake-package))