1 Commits

Author SHA1 Message Date
Jay Larson
37bdfeea20 Corrected BRIEF in Makefile 2017-04-06 13:39:58 -05:00

View File

@@ -12,9 +12,9 @@ export SRCPKG = bzip2
export DEPENDS = glibc export DEPENDS = glibc
export ARCH = x86_64 export ARCH = x86_64
export URL = http://www.bzip.org/ 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 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) 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')