]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - lfs/tftpd
buildprocess: Add extra metadata to pak lfs files
[people/pmueller/ipfire-2.x.git] / lfs / tftpd
index aec900d8afe7b11d024ea23d632b6e3c2325ca8d..63ebd632a819f4ff767c5f72979fe6aeb44d6073 100644 (file)
--- a/lfs/tftpd
+++ b/lfs/tftpd
@@ -24,6 +24,8 @@
 
 include Config
 
+SUMMARY    = A conglomerate of a number of versions of the BSD TFTP code
+
 VER        = 5.2
 
 THISAPP    = tftp-hpa-$(VER)
@@ -36,6 +38,8 @@ PAK_VER    = 2
 
 DEPS       =
 
+SERVICES   = tftpd
+
 CFLAGS    += -fcommon
 
 ###############################################################################
@@ -84,6 +88,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        cd $(DIR_APP) && make install
        mv -fv /usr/sbin/in.tftpd /usr/sbin/tftpd
        #install initscripts
-       $(call INSTALL_INITSCRIPT,tftpd)
+       $(call INSTALL_INITSCRIPTS,$(SERVICES))
        @rm -rf $(DIR_APP)
        @$(POSTBUILD)