2 Commits

Author SHA1 Message Date
Jay Larson
6548afe00e The following changes were made:
* changed libncurses dependency to ncurses
  * changed libreadline dependency to readline
2017-03-30 16:09:47 -05:00
Jay Larson
bed159f8c5 THe following changes were made:
* Corrected dependencies ( ncurses->libncurses and readline->libreadline )
2017-03-20 15:12:24 -05:00

View File

@@ -13,7 +13,7 @@ ARCH = x86_64
URL = https://www.gnu.org/software/inetutils/
BRIEF = Network programs
DESC = Inetutils is a collection of common network programs.
SNAPVER = 5
SNAPVER = 7
ARCHIVE := $(PWD)/SRC/$(shell ls SRC|egrep '(bz2|gz|tar|xz)$$'|tail -1)
TYPE := $(shell file -ib $(ARCHIVE)|cut -d';' -f1|tr -d '\n')