Corrected BRIEF in Makefile

This commit is contained in:
2017-04-06 13:39:58 -05:00
parent f0012da807
commit 37bdfeea20

View File

@@ -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')