diff --git a/Makefile b/Makefile index 247ed34..487af5d 100644 --- a/Makefile +++ b/Makefile @@ -12,9 +12,9 @@ export SRCPKG = bzip2 export DEPENDS = glibc export ARCH = x86_64 export URL = http://www.bzip.org/ -BREIF = The bzip2 data compressor +BRIEF = The bzip2 data compressor DESC = bzip2 is a freely available, patent free, high-quality data compressor -SNAPVER = 1 +SNAPVER = 2 ARCHIVE := $(PWD)/SRC/$(shell ls SRC|egrep '(bz2|gz|tar|xz)$$'|tail -1) TYPE := $(shell file -ib $(ARCHIVE)|cut -d';' -f1|tr -d '\n')