Move all to deprecated folder.
This commit is contained in:
8
deprecated/firmware/buildroot/package/libcdio/Config.in
Normal file
8
deprecated/firmware/buildroot/package/libcdio/Config.in
Normal file
@@ -0,0 +1,8 @@
|
||||
config BR2_PACKAGE_LIBCDIO
|
||||
bool "libcdio"
|
||||
depends on BR2_USE_MMU # fork()
|
||||
select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE
|
||||
help
|
||||
The GNU Compact Disc Input and Control library.
|
||||
|
||||
http://www.gnu.org/software/libcdio/
|
||||
@@ -0,0 +1,2 @@
|
||||
# Locally calculated after checking signature
|
||||
sha256 4972cd22fd8d0e8bff922d35c7a645be0db0ab0e7b3dfaecc9cd8272429d6975 libcdio-0.93.tar.gz
|
||||
28
deprecated/firmware/buildroot/package/libcdio/libcdio.mk
Normal file
28
deprecated/firmware/buildroot/package/libcdio/libcdio.mk
Normal file
@@ -0,0 +1,28 @@
|
||||
################################################################################
|
||||
#
|
||||
# libcdio
|
||||
#
|
||||
################################################################################
|
||||
|
||||
LIBCDIO_VERSION = 0.93
|
||||
LIBCDIO_SITE = $(BR2_GNU_MIRROR)/libcdio
|
||||
LIBCDIO_INSTALL_STAGING = YES
|
||||
LIBCDIO_LICENSE = GPLv3+
|
||||
LIBCDIO_LICENSE_FILES = COPYING
|
||||
LIBCDIO_CONF_OPTS = --disable-example-progs --disable-cddb
|
||||
|
||||
ifeq ($(BR2_ENABLE_LOCALE),)
|
||||
LIBCDIO_DEPENDENCIES += libiconv
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_INSTALL_LIBSTDCPP),)
|
||||
LIBCDIO_CONF_OPTS += --disable-cxx
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_NCURSES),y)
|
||||
LIBCDIO_DEPENDENCIES += ncurses
|
||||
else
|
||||
LIBCDIO_CONF_OPTS += --without-cdda-player
|
||||
endif
|
||||
|
||||
$(eval $(autotools-package))
|
||||
Reference in New Issue
Block a user