Fixed missing URL and DESC in Makefile
This commit is contained in:
7
Makefile
7
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')
|
||||
|
||||
Reference in New Issue
Block a user