X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=lfs%2Fgnump3d;h=75df7eba53837db0871d64613fd500b78204cbe7;hb=820edb2374ef3af02e8fa37a4b1acebefcc6317c;hp=1c20827c040b10e0f162981d23d7d3ef744ff9c2;hpb=2c4ce78ba6ba5e3f5b4ade57a1de9981982fc009;p=people%2Fpmueller%2Fipfire-2.x.git diff --git a/lfs/gnump3d b/lfs/gnump3d index 1c20827c04..75df7eba53 100644 --- a/lfs/gnump3d +++ b/lfs/gnump3d @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007 Michael Tremer & Christian Schmidt # +# Copyright (C) 2007-2019 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 = gnump3d -PAK_VER = 3 +PAK_VER = 6 -DEPS = "" +DEPS = ############################################################################### # Top-level Rules @@ -91,5 +91,9 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) chown nobody.nobody /var/mp3 install -m 644 $(DIR_SRC)/config/gnump3d/gnump3d.conf /etc/gnump3d/ ln -sf /usr/bin/gnump3d-index /etc/fcron.daily/gnump3d-index + + #install initscripts + $(call INSTALL_INITSCRIPT,gnump3d) + @rm -rf $(DIR_APP) @$(POSTBUILD)