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