From ee7aa2bdd1af9d8fa939f9e81c513c78c0dd29bd Mon Sep 17 00:00:00 2001 From: Jay Larson Date: Thu, 19 Jan 2017 16:17:43 -0600 Subject: [PATCH] Updated to support brief, sha256man, and changed package field to name --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6945863..c5bcb60 100644 --- a/Makefile +++ b/Makefile @@ -11,8 +11,9 @@ DEPENDS = ARCH = x86_64 URL = http://savannah.nongnu.org/projects/attr +BRIEF = Filesystem extended attributes utilities DESC = Commands for Manipulating Filesystem Extended Attributes -SNAPVER = sr0 +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')