Move all to deprecated folder.

This commit is contained in:
2016-11-16 21:57:57 +01:00
parent 01738a7684
commit 05de7d6c04
9777 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
config BR2_PACKAGE_LIBCDAUDIO
bool "libcdaudio"
# binutils assertion failure
depends on !BR2_nios2
help
libcdaudio is a library designed to provide functions to
control operation of a CD-ROM when playing audio CDs. It
also contains functions for CDDB and CD Index lookup.
http://libcdaudio.sourceforge.net/

View File

@@ -0,0 +1,2 @@
# Locally computed:
sha256 5fdaf9af5ac4f75c0215d000b82b128fd054a582f81cc4f039a1e7fe69335ebb libcdaudio-0.99.12p2.tar.gz

View File

@@ -0,0 +1,14 @@
################################################################################
#
# libcdaudio
#
################################################################################
LIBCDAUDIO_VERSION = 0.99.12p2
LIBCDAUDIO_SITE = http://downloads.sourceforge.net/project/libcdaudio/libcdaudio/$(LIBCDAUDIO_VERSION)
LIBCDAUDIO_INSTALL_STAGING = YES
LIBCDAUDIO_CONFIG_SCRIPTS = libcdaudio-config
LIBCDAUDIO_LICENSE = GPLv2+
LIBCDAUDIO_LICENSE_FILES = COPYING
$(eval $(autotools-package))