]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/libdaemon
buildprocess: Add extra metadata to pak lfs files
[ipfire-2.x.git] / lfs / libdaemon
index df2b595af126d376f04dae28b39e1b007d771bd8..7018efa41168a87e430b53eabd6dc75fe474108f 100644 (file)
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007  Michael Tremer & Christian Schmidt                      #
+# Copyright (C) 2007-2018  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    = Lightweight C library That Eases the Writing of UNIX Daemons
+
 VER        = 0.14
 
 THISAPP    = libdaemon-$(VER)
@@ -34,6 +36,10 @@ TARGET = $(DIR_INFO)/$(THISAPP)
 PROG       = libdaemon
 PAK_VER    = 1
 
+DEPS       =
+
+SERVICES   =
+
 ###############################################################################
 # Top-level Rules
 ###############################################################################