]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - lfs/vdr
buildprocess: Add extra metadata to pak lfs files
[people/pmueller/ipfire-2.x.git] / lfs / vdr
diff --git a/lfs/vdr b/lfs/vdr
index 5c7c1ac15b98031158a343fca6c4d466c911d197..8cac181387def6086b105d1b05537dfdabc62baa 100644 (file)
--- a/lfs/vdr
+++ b/lfs/vdr
@@ -24,6 +24,8 @@
 
 include Config
 
+SUMMARY    = Video Disk Recorder
+
 VER        = 2.4.7
 
 # VDRPLUGVER must match with APIVERSION! in config.h
@@ -41,6 +43,8 @@ PAK_VER    = 13
 
 DEPS       = vdr_streamdev
 
+SERVICES   = vdr
+
 CXXFLAGS  += -std=c++11
 
 MAKE_OPTIONS = \
@@ -134,7 +138,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        ln -svf ../../include/vdr/device.h /usr/lib/vdr/device.h
 
        #install initscripts
-       $(call INSTALL_INITSCRIPT,vdr)
+       $(call INSTALL_INITSCRIPTS,$(SERVICES))
 
        # Install start links and backup include file.
        ln -sf ../init.d/vdr /etc/rc.d/rc3.d/S60vdr