Corrected BRIEF in Makefile
This commit is contained in:
4
Makefile
4
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')
|
||||
|
||||
Reference in New Issue
Block a user