Fixed missing URL and DESC in Makefile

This commit is contained in:
2016-09-21 12:25:00 -05:00
parent 0868772977
commit 010235dcd1

View File

@@ -10,9 +10,10 @@
DEPENDS = DEPENDS =
ARCH = x86_64 ARCH = x86_64
URL = URL = http://www.gnu.org/software/diffutils/
DESC = DESC = GNU Diffutils is a package of several programs related to finding \
SNAPVER = sr0 differences between files.
SNAPVER = sr1
ARCHIVE := $(PWD)/SRC/$(shell ls SRC|egrep '(bz2|gz|tar|xz)$$'|tail -1) ARCHIVE := $(PWD)/SRC/$(shell ls SRC|egrep '(bz2|gz|tar|xz)$$'|tail -1)
TYPE := $(shell file -ib $(ARCHIVE)|cut -d';' -f1|tr -d '\n') TYPE := $(shell file -ib $(ARCHIVE)|cut -d';' -f1|tr -d '\n')