Move all to deprecated folder.
This commit is contained in:
18
deprecated/firmware/buildroot/package/ncmpc/Config.in
Normal file
18
deprecated/firmware/buildroot/package/ncmpc/Config.in
Normal file
@@ -0,0 +1,18 @@
|
||||
config BR2_PACKAGE_NCMPC
|
||||
bool "ncmpc"
|
||||
depends on BR2_USE_MMU # fork()
|
||||
depends on BR2_USE_WCHAR # libglib2 -> gettext
|
||||
depends on BR2_TOOLCHAIN_HAS_THREADS # libglib2
|
||||
select BR2_PACKAGE_LIBGLIB2
|
||||
select BR2_PACKAGE_LIBMPDCLIENT
|
||||
select BR2_PACKAGE_NCURSES
|
||||
help
|
||||
ncmpc is a fully featured MPD client, which runs in a terminal
|
||||
(using ncurses). Its goal is to provide a keyboard oriented
|
||||
and consistent interface to MPD, without wasting resources.
|
||||
|
||||
http://www.musicpd.org/clients/ncmpc/
|
||||
|
||||
comment "ncmpc 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/ncmpc/ncmpc.hash
Normal file
2
deprecated/firmware/buildroot/package/ncmpc/ncmpc.hash
Normal file
@@ -0,0 +1,2 @@
|
||||
# Calculated locally
|
||||
sha256 0e6f76b2b11449cfa479d2830ac681f4e3bff54a95a9134b069dd5a173b4c3e9 ncmpc-0.24.tar.xz
|
||||
15
deprecated/firmware/buildroot/package/ncmpc/ncmpc.mk
Normal file
15
deprecated/firmware/buildroot/package/ncmpc/ncmpc.mk
Normal file
@@ -0,0 +1,15 @@
|
||||
################################################################################
|
||||
#
|
||||
# ncmpc
|
||||
#
|
||||
################################################################################
|
||||
|
||||
NCMPC_VERSION_MAJOR = 0
|
||||
NCMPC_VERSION = $(NCMPC_VERSION_MAJOR).24
|
||||
NCMPC_SOURCE = ncmpc-$(NCMPC_VERSION).tar.xz
|
||||
NCMPC_SITE = http://www.musicpd.org/download/ncmpc/$(NCMPC_VERSION_MAJOR)
|
||||
NCMPC_DEPENDENCIES = host-pkgconf libglib2 libmpdclient ncurses
|
||||
NCMPC_LICENSE = GPLv2+
|
||||
NCMPC_LICENSE_FILES = COPYING
|
||||
|
||||
$(eval $(autotools-package))
|
||||
Reference in New Issue
Block a user