From 010235dcd1f79db92941338aa5a4a5d7836eaa00 Mon Sep 17 00:00:00 2001 From: Jay Larson Date: Wed, 21 Sep 2016 12:25:00 -0500 Subject: [PATCH] Fixed missing URL and DESC in Makefile --- Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 470cd52..7dc9396 100644 --- a/Makefile +++ b/Makefile @@ -10,9 +10,10 @@ DEPENDS = ARCH = x86_64 -URL = -DESC = -SNAPVER = sr0 +URL = http://www.gnu.org/software/diffutils/ +DESC = GNU Diffutils is a package of several programs related to finding \ +differences between files. +SNAPVER = sr1 ARCHIVE := $(PWD)/SRC/$(shell ls SRC|egrep '(bz2|gz|tar|xz)$$'|tail -1) TYPE := $(shell file -ib $(ARCHIVE)|cut -d';' -f1|tr -d '\n')