X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=lfs%2Fminidlna;h=6368004ed7d061f173b36ef4a6190e94ea9223b1;hb=d00d788be47b9c17bc792be2c90d4c81a3ced544;hp=155cd4a07146f4dfad5995013948a42a40b4c173;hpb=5ae99dd2d1ed307959f25143e6c343a53e4df373;p=ipfire-2.x.git diff --git a/lfs/minidlna b/lfs/minidlna index 155cd4a071..6368004ed7 100644 --- a/lfs/minidlna +++ b/lfs/minidlna @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007 Michael Tremer & Christian Schmidt # +# 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 # @@ -32,9 +32,9 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = minidlna -PAK_VER = 3 +PAK_VER = 4 -DEPS = "ffmpeg flac libexif libid3tag libogg sqlite" +DEPS = "ffmpeg flac libexif libid3tag libogg" ############################################################################### # Top-level Rules @@ -83,5 +83,9 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) # Install configuration. install -m 644 $(DIR_SRC)/config/minidlna/minidlna.conf /etc + + #install initscripts + $(call INSTALL_INITSCRIPT,minidlna) + @rm -rf $(DIR_APP) @$(POSTBUILD)