Move all to deprecated folder.
This commit is contained in:
17
deprecated/firmware/buildroot/package/libmpd/Config.in
Normal file
17
deprecated/firmware/buildroot/package/libmpd/Config.in
Normal file
@@ -0,0 +1,17 @@
|
||||
config BR2_PACKAGE_LIBMPD
|
||||
bool "libmpd"
|
||||
depends on BR2_USE_WCHAR # glib2
|
||||
depends on BR2_TOOLCHAIN_HAS_THREADS # glib2
|
||||
depends on BR2_USE_MMU # glib2
|
||||
select BR2_PACKAGE_LIBGLIB2
|
||||
select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE
|
||||
help
|
||||
High-level client library for accessing Music Player Daemon.
|
||||
LibMpd is a library that provides high-level, callback-based
|
||||
access to Music Player Daemon (mpd).
|
||||
|
||||
http://gmpcwiki.sarine.nl/index.php?title=Libmpd
|
||||
|
||||
comment "libmpd needs a toolchain w/ wchar, threads"
|
||||
depends on BR2_USE_MMU
|
||||
depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS
|
||||
2
deprecated/firmware/buildroot/package/libmpd/libmpd.hash
Normal file
2
deprecated/firmware/buildroot/package/libmpd/libmpd.hash
Normal file
@@ -0,0 +1,2 @@
|
||||
# Locally calculated
|
||||
sha256 fe20326b0d10641f71c4673fae637bf9222a96e1712f71f170fca2fc34bf7a83 libmpd-11.8.17.tar.gz
|
||||
15
deprecated/firmware/buildroot/package/libmpd/libmpd.mk
Normal file
15
deprecated/firmware/buildroot/package/libmpd/libmpd.mk
Normal file
@@ -0,0 +1,15 @@
|
||||
################################################################################
|
||||
#
|
||||
# libmpd
|
||||
#
|
||||
################################################################################
|
||||
|
||||
LIBMPD_VERSION_MAJOR = 11.8
|
||||
LIBMPD_VERSION = $(LIBMPD_VERSION_MAJOR).17
|
||||
LIBMPD_SITE = http://download.sarine.nl/Programs/gmpc/$(LIBMPD_VERSION_MAJOR)
|
||||
LIBMPD_INSTALL_STAGING = YES
|
||||
LIBMPD_DEPENDENCIES = libglib2
|
||||
LIBMPD_LICENSE = GPLv2+
|
||||
LIBMPD_LICENSE_FILES = COPYING
|
||||
|
||||
$(eval $(autotools-package))
|
||||
Reference in New Issue
Block a user