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
:= a9c6db8acbd85297238771b8b4430435b7994928
10 PKG_DESCR
:= tv streaming server
11 PKG_SECTION
:= mm
/video
12 PKG_DEPENDS
:= libressl
13 PKG_BUILDDEP
:= libressl yasm-host ffmpeg
14 PKG_URL
:= https
://tvheadend.org
/projects
/tvheadend
15 PKG_SITES
:= https
://github.com
/tvheadend
/tvheadend.git
17 include $(ADK_TOPDIR
)/mk
/package.mk
19 $(eval
$(call PKG_template
,TVHEADEND
,tvheadend
,$(PKG_VERSION
)-$(PKG_RELEASE
),$(PKG_DEPENDS
),$(PKG_DESCR
),$(PKG_SECTION
)))
21 ifeq ($(ADK_TARGET_LIB_UCLIBC_NG
),y
)
22 XAKE_FLAGS
+= LDLIBS
=-liconv
25 CONFIGURE_ARGS
+= --disable-bundle \
26 --disable-ffmpeg_static \
34 $(INSTALL_DIR
) $(IDIR_TVHEADEND
)/usr
/bin
35 $(INSTALL_DIR
) $(IDIR_TVHEADEND
)/usr
/share
36 $(INSTALL_BIN
) $(WRKINST
)/usr
/bin
/tvheadend \
37 $(IDIR_TVHEADEND
)/usr
/bin
38 $(CP
) $(WRKINST
)/usr
/share
/tvheadend \
39 $(IDIR_TVHEADEND
)/usr
/share
41 include $(ADK_TOPDIR
)/mk
/pkg-bottom.mk