1 # This file is part of the OpenADK project. OpenADK is copyrighted
2 # material, please see the LICENCE file in the top-level directory.
4 include $(ADK_TOPDIR
)/rules.mk
7 PKG_VERSION
:= ec008a4995666d673bd4cb3926fae7f4b6aa3239
10 PKG_DESCR
:= standalone music player daemon web gui
11 PKG_SECTION
:= net
/http
12 PKG_DEPENDS
:= libmpdclient libressl
13 PKG_BUILDDEP
:= cmake-host libmpdclient libressl
14 PKG_URL
:= http
://www.ympd.org
/
15 PKG_SITES
:= https
://github.com
/notandy
/ympd.git
17 include $(ADK_TOPDIR
)/mk
/package.mk
19 $(eval
$(call PKG_template
,YMPD
,ympd
,$(PKG_VERSION
)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
21 XAKE_FLAGS
+= GCC_HONOUR_COPTS
=s
23 TARGET_CFLAGS
+= -std
=c99
26 $(INSTALL_DIR
) $(IDIR_YMPD
)/usr
/bin
27 $(INSTALL_BIN
) $(WRKINST
)/usr
/bin
/ympd \
30 include ${ADK_TOPDIR}/mk
/pkg-bottom.mk