mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@db180c0
This commit is contained in:
14
package/libcue/libcue.mk
Normal file
14
package/libcue/libcue.mk
Normal file
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# libcue
|
||||
#
|
||||
################################################################################
|
||||
|
||||
LIBCUE_VERSION = 2.2.1
|
||||
LIBCUE_SITE = $(call github,lipnitsk,libcue,v$(LIBCUE_VERSION))
|
||||
LIBCUE_LICENSE = GPL-2.0, BSD-2-Clause (rem.c)
|
||||
LIBCUE_LICENSE_FILES = LICENSE
|
||||
LIBCUE_DEPENDENCIES = host-bison host-flex flex
|
||||
LIBCUE_INSTALL_STAGING = YES
|
||||
|
||||
$(eval $(cmake-package))
|
||||
Reference in New Issue
Block a user