remove -fhonour-copts usage
[openadk.git] / package / ympd / Makefile
blob785e26b12440a20b45c0d14d5fef94561e3d3d88
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
6 PKG_NAME:= ympd
7 PKG_VERSION:= ec008a4995666d673bd4cb3926fae7f4b6aa3239
8 PKG_GIT:= hash
9 PKG_RELEASE:= 4
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 CONFIG_STYLE:= cmake
22 TARGET_CFLAGS+= -std=c99
24 ympd-install:
25 $(INSTALL_DIR) $(IDIR_YMPD)/usr/bin
26 $(INSTALL_BIN) $(WRKINST)/usr/bin/ympd \
27 $(IDIR_YMPD)/usr/bin
29 include ${ADK_TOPDIR}/mk/pkg-bottom.mk