740aa79ec9
Now that libmpd.mk has been converted to autotools infrastructure, the patch is no longer needed. Autotools will automatically apply the needed patch. Signed-off-by: Martin Banky <Martin.Banky@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
13 lines
406 B
Makefile
13 lines
406 B
Makefile
#############################################################
|
|
#
|
|
# libmpd
|
|
#
|
|
#############################################################
|
|
LIBMPD_VERSION = 0.17.0
|
|
LIBMPD_SOURCE = libmpd-$(LIBMPD_VERSION).tar.gz
|
|
LIBMPD_SITE = http://download.sarine.nl/download/Programs/gmpc/$(LIBMPD_VERSION)/
|
|
LIBMPD_INSTALL_STAGING = YES
|
|
LIBMPD_DEPENDENCIES = libglib2
|
|
|
|
$(eval $(call AUTOTARGETS,package/multimedia,libmpd))
|