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,14 @@
config BR2_PACKAGE_LIBDVBSI
bool "libdvbsi"
depends on BR2_INSTALL_LIBSTDCPP
depends on BR2_USE_WCHAR
depends on BR2_TOOLCHAIN_HAS_THREADS
help
C++ parsing library for Service Information (SI) in DVB systems.
With libdvbsi++ you can convert raw DVB service information to
a set of C++ objects, removing the need to parse data manually.
http://www.saftware.de/
comment "libdvbsi++ needs a toolchain w/ C++, wchar, threads"
depends on !BR2_INSTALL_LIBSTDCPP || !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS

View File

@@ -0,0 +1,2 @@
# From http://www.saftware.de/libdvbsi++/libdvbsi++-0.3.7.tar.bz2.md5
md5 7eb50352c06b17c499a6d51e18e99ec5 libdvbsi++-0.3.7.tar.bz2

View File

@@ -0,0 +1,14 @@
################################################################################
#
# libdvbsi
#
################################################################################
LIBDVBSI_VERSION = 0.3.7
LIBDVBSI_SOURCE = libdvbsi++-$(LIBDVBSI_VERSION).tar.bz2
LIBDVBSI_SITE = http://www.saftware.de/libdvbsi++
LIBDVBSI_INSTALL_STAGING = YES
LIBDVBSI_LICENSE = LGPLv2.1
LIBDVBSI_LICENSE_FILES = COPYING
$(eval $(autotools-package))