X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=lfs%2Fvdr;h=f82df19feacb0d69d8467595d503aeefa9ddc0ca;hb=a2d49659f3947e5a5a77cbc1bf384eb0b2760ca9;hp=52ecdd54354fe21c86f712beb4cd927d8af20e0a;hpb=fc84e6ec23f824f6a72935c0d274ac4fe948f0a0;p=people%2Fpmueller%2Fipfire-2.x.git diff --git a/lfs/vdr b/lfs/vdr index 52ecdd5435..f82df19fea 100644 --- a/lfs/vdr +++ b/lfs/vdr @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2013 IPFire Team # +# Copyright (C) 2007-2018 IPFire Team # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -39,6 +39,8 @@ TARGET = $(DIR_INFO)/$(THISAPP) PROG = vdr PAK_VER = 9 +SUP_ARCH = none + DEPS = "vdr_streamdev" MAKE_OPTIONS = \ @@ -131,6 +133,9 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) ln -svf ../../include/vdr/config.h /usr/lib/vdr/config.h ln -svf ../../include/vdr/device.h /usr/lib/vdr/device.h + #install initscripts + $(call INSTALL_INITSCRIPT,vdr) + # Install start links and backup include file. ln -sf ../init.d/vdr /etc/rc.d/rc3.d/S60vdr ln -sf ../init.d/vdr /etc/rc.d/rc0.d/K40vdr