Fixed missing URL and DESC in Makefile

This commit is contained in:
2016-09-21 12:27:17 -05:00
parent 37d44881b0
commit 9e62aa89db

View File

@@ -10,9 +10,10 @@
DEPENDS = openssl,zlib DEPENDS = openssl,zlib
ARCH = x86_64 ARCH = x86_64
URL = URL = http://curl.haxx.se/
DESC = DESC = curl is a command line tool and library for transferring data \
SNAPVER = sr0 with URL syntax
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')