]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/gnu-netcat
buildprocess: Add extra metadata to pak lfs files
[ipfire-2.x.git] / lfs / gnu-netcat
index 77ddf5efc83fc10c98233f053c84d88801854fd0..050d151e76106f40ccb461c939393c3f2f41b8fc 100644 (file)
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2016 IPFire Team  <info@ipfire.org>                           #
+# 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    = GNU variant of universal network utility
+
 VER        = 0.7.1
 
 THISAPP    = netcat-$(VER)
@@ -34,7 +36,9 @@ TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = gnu-netcat
 PAK_VER    = 1
 
-DEPS       = ""
+DEPS       =
+
+SERVICES   =
 
 ###############################################################################
 # Top-level Rules
@@ -77,6 +81,7 @@ $(subst %,%_MD5,$(objects)) :
 $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        @$(PREBUILD)
        @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
+       $(UPDATE_AUTOMAKE)
        cd $(DIR_APP) && ./configure --prefix=/usr
        cd $(DIR_APP) && make $(MAKETUNING)
        cd $(DIR_APP) && make install