You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							31 lines
						
					
					
						
							887 B
						
					
					
				
			
		
		
		
			
			
			
				
					
				
				
					
				
			
		
		
	
	
							31 lines
						
					
					
						
							887 B
						
					
					
				
								################################################################################
							 | 
						|
								#
							 | 
						|
								# dvb-apps
							 | 
						|
								#
							 | 
						|
								################################################################################
							 | 
						|
								
							 | 
						|
								DVB_APPS_VERSION = hg
							 | 
						|
								DVB_APPS_DIR = dvb-apps
							 | 
						|
								DVB_APPS_SOURCE = dvb-apps
							 | 
						|
								DVB_APPS_SITE = https://linuxtv.org/hg
							 | 
						|
								
							 | 
						|
								DVB_APPS_CHECKOUT = 3d43b280298c39a67d1d889e01e173f52c12da35
							 | 
						|
								
							 | 
						|
								DVB_APPS_DEPENDENCIES = kernel-headers libiconv
							 | 
						|
								
							 | 
						|
								DVB_APPS_MAKE_OPTS = \
							 | 
						|
									KERNEL_HEADERS=$(KERNEL_HEADERS_DIR) \
							 | 
						|
									enable_shared=no \
							 | 
						|
									PERL5LIB=$(PKG_BUILD_DIR)/util/scan \
							 | 
						|
								
							 | 
						|
								dvb-apps: | $(TARGET_DIR)
							 | 
						|
									$(call DEPENDENCIES)
							 | 
						|
									$(call DOWNLOAD,$($(PKG)_SOURCE))
							 | 
						|
									$(call STARTUP)
							 | 
						|
									$(call EXTRACT,$(BUILD_DIR))
							 | 
						|
									$(call APPLY_PATCHES,$(PKG_PATCHES_DIR))
							 | 
						|
									$(CHDIR)/$($(PKG)_DIR); \
							 | 
						|
										$(TARGET_CONFIGURE_ENV) LDLIBS="-liconv" \
							 | 
						|
										$(MAKE) $($(PKG)_MAKE_OPTS); \
							 | 
						|
										$(MAKE) $($(PKG)_MAKE_OPTS) install DESTDIR=$(TARGET_DIR)
							 | 
						|
									$(call TARGET_FOLLOWUP)
							 | 
						|
								
							 |