Updated to support brief, sha256man, and changed package field to name
This commit is contained in:
3
Makefile
3
Makefile
@@ -11,8 +11,9 @@
|
|||||||
DEPENDS =
|
DEPENDS =
|
||||||
ARCH = x86_64
|
ARCH = x86_64
|
||||||
URL = http://savannah.nongnu.org/projects/attr
|
URL = http://savannah.nongnu.org/projects/attr
|
||||||
|
BRIEF = Filesystem extended attributes utilities
|
||||||
DESC = Commands for Manipulating Filesystem Extended Attributes
|
DESC = Commands for Manipulating Filesystem Extended Attributes
|
||||||
SNAPVER = sr0
|
SNAPVER = sr1
|
||||||
|
|
||||||
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')
|
||||||
|
|||||||
Reference in New Issue
Block a user