update to latest stable, convert to git source
[openadk.git] / package / squeezelite / Makefile
blob281aa072473e17bdfee225a2e34d29b975eabdac
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:= squeezelite
7 PKG_VERSION:= 8b8dfe6918ebe45ade5f3d9b68d453d7b8128d99
8 PKG_RELEASE:= 1
9 PKG_DESCR:= headless squeezebox emulator
10 PKG_SECTION:= mm/audio
11 PKG_DEPENDS:= libflac alsa-lib libvorbis libmad
12 PKG_DEPENDS+= libpthread librt libfaad2
13 PKG_BUILDDEP:= alsa-lib libmad flac libvorbis mpg123 faad2
14 PKG_URL:= http://code.google.com/p/squeezelite/
15 PKG_SITES:= https://code.google.com/p/squeezelite.git
17 include $(ADK_TOPDIR)/mk/package.mk
19 $(eval $(call PKG_template,SQUEEZELITE,squeezelite,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
21 CONFIG_STYLE:= manual
22 INSTALL_STYLE:= manual
24 squeezelite-install:
25 $(INSTALL_DIR) $(IDIR_SQUEEZELITE)/usr/bin
26 $(INSTALL_BIN) $(WRKBUILD)/squeezelite \
27 $(IDIR_SQUEEZELITE)/usr/bin
29 include ${ADK_TOPDIR}/mk/pkg-bottom.mk