summaryrefslogtreecommitdiff
path: root/package/multimedia/libmpd
diff options
context:
space:
mode:
Diffstat (limited to 'package/multimedia/libmpd')
-rw-r--r--package/multimedia/libmpd/Config.in14
-rw-r--r--package/multimedia/libmpd/libmpd.mk12
2 files changed, 0 insertions, 26 deletions
diff --git a/package/multimedia/libmpd/Config.in b/package/multimedia/libmpd/Config.in
deleted file mode 100644
index 9259c19ee..000000000
--- a/package/multimedia/libmpd/Config.in
+++ /dev/null
@@ -1,14 +0,0 @@
-config BR2_PACKAGE_LIBMPD
- bool "libmpd"
- depends on BR2_USE_WCHAR # 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 requires a toolchain with WCHAR support"
- depends on !BR2_USE_WCHAR
diff --git a/package/multimedia/libmpd/libmpd.mk b/package/multimedia/libmpd/libmpd.mk
deleted file mode 100644
index 9fd12f5a2..000000000
--- a/package/multimedia/libmpd/libmpd.mk
+++ /dev/null
@@ -1,12 +0,0 @@
-#############################################################
-#
-# libmpd
-#
-#############################################################
-
-LIBMPD_VERSION = 11.8.17
-LIBMPD_SITE = http://download.sarine.nl/Programs/gmpc/11.8.16
-LIBMPD_INSTALL_STAGING = YES
-LIBMPD_DEPENDENCIES = libglib2
-
-$(eval $(call AUTOTARGETS))