]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/rpcbind
buildprocess: Add extra metadata to pak lfs files
[ipfire-2.x.git] / lfs / rpcbind
index 071b89bd34111761f8f7366fb39b3a2c53dd2662..a1be60a0a2180d019402f7e6b8afcc5248cea56a 100644 (file)
@@ -24,6 +24,8 @@
 
 include Config
 
+SUMMARY    = Transport independent RPC portmapper 
+
 VER        = 1.2.6
 
 THISAPP    = rpcbind-$(VER)
@@ -36,6 +38,8 @@ PAK_VER    = 5
 
 DEPS       = libtirpc
 
+SERVICES   = rpcbind
+
 ###############################################################################
 # Top-level Rules
 ###############################################################################
@@ -87,6 +91,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        cd $(DIR_APP) && make $(MAKETUNING) $(EXTRA_MAKE)
        cd $(DIR_APP) && make install
        #install initscripts
-       $(call INSTALL_INITSCRIPT,rpcbind)
+       $(call INSTALL_INITSCRIPTS,$(SERVICES))
        @rm -rf $(DIR_APP)
        @$(POSTBUILD)