]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/gnump3d
buildprocess: Add extra metadata to pak lfs files
[ipfire-2.x.git] / lfs / gnump3d
index e59753b98c6e04c9dbc48474ef0b4377bb9016c7..06d22a48f9d5e702760a0d5eb3de7b1f8b6ede4e 100644 (file)
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2011  IPFire Team  <info@ipfire.org>                          #
+# Copyright (C) 2007-2019  IPFire Team  <info@ipfire.org>                     #
 #                                                                             #
 # 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        #
@@ -24,6 +24,8 @@
 
 include Config
 
+SUMMARY    = GNU MP3 Streaming Server
+
 VER        = 3.0
 
 THISAPP    = gnump3d-$(VER)
@@ -32,9 +34,11 @@ DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = gnump3d
-PAK_VER    = 4
+PAK_VER    = 7
+
+DEPS       =
 
-DEPS       = ""
+SERVICES   = gnump3d
 
 ###############################################################################
 # Top-level Rules
@@ -91,5 +95,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_INITSCRIPTS,$(SERVICES))
+
        @rm -rf $(DIR_APP)
        @$(POSTBUILD)