Move all to deprecated folder.
This commit is contained in:
11
deprecated/firmware/buildroot/package/liblo/Config.in
Normal file
11
deprecated/firmware/buildroot/package/liblo/Config.in
Normal 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
|
||||
3
deprecated/firmware/buildroot/package/liblo/liblo.hash
Normal file
3
deprecated/firmware/buildroot/package/liblo/liblo.hash
Normal 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
|
||||
14
deprecated/firmware/buildroot/package/liblo/liblo.mk
Normal file
14
deprecated/firmware/buildroot/package/liblo/liblo.mk
Normal 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))
|
||||
Reference in New Issue
Block a user