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
:= f46a6c2dc93460d7c2909ebbec42a3ac2557ccb2
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
29 $(INSTALL_DIR
) $(IDIR_TVHEADEND
)/usr
/bin
30 $(INSTALL_DIR
) $(IDIR_TVHEADEND
)/usr
/share
31 $(INSTALL_BIN
) $(WRKINST
)/usr
/bin
/tvheadend \
32 $(IDIR_TVHEADEND
)/usr
/bin
33 $(CP
) $(WRKINST
)/usr
/share
/tvheadend \
34 $(IDIR_TVHEADEND
)/usr
/share
36 include $(ADK_TOPDIR
)/mk
/pkg-bottom.mk