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,11 @@
config BR2_PACKAGE_LIBLO
bool "liblo"
depends on BR2_TOOLCHAIN_HAS_THREADS
help
liblo is an implementation of the Open Sound Control
protocol for POSIX systems
http://liblo.sourceforge.net/
comment "liblo needs a toolchain w/ threads"
depends on !BR2_TOOLCHAIN_HAS_THREADS

View File

@@ -0,0 +1,3 @@
# From http://sourceforge.net/projects/liblo/files/liblo/0.26/
sha1 21942c8f19e9829b5842cb85352f98c49dfbc823 liblo-0.26.tar.gz
md5 5351de14262560e15e7f23865293b16f liblo-0.26.tar.gz

View File

@@ -0,0 +1,14 @@
################################################################################
#
# liblo
#
################################################################################
LIBLO_VERSION = 0.26
LIBLO_SITE = http://downloads.sourceforge.net/project/liblo/liblo/$(LIBLO_VERSION)
LIBLO_LICENSE = LGPLv2.1+
LIBLO_LICENSE_FILES = COPYING
LIBLO_INSTALL_STAGING = YES
$(eval $(autotools-package))