Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4a6b73a649 |
2
Makefile
2
Makefile
@@ -14,7 +14,7 @@ export ARCH = x86_64
|
|||||||
export URL = http://savannah.nongnu.org/projects/acl
|
export URL = http://savannah.nongnu.org/projects/acl
|
||||||
BRIEF = Access control list tools
|
BRIEF = Access control list tools
|
||||||
DESC = Commands for Manipulating POSIX Access Control Lists
|
DESC = Commands for Manipulating POSIX Access Control Lists
|
||||||
SNAPVER = 7
|
SNAPVER = 8
|
||||||
|
|
||||||
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')
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
# GNU General Public License for more details.
|
# GNU General Public License for more details.
|
||||||
|
|
||||||
DEPENDS = attr,glibc
|
DEPENDS = glibc,libattr
|
||||||
BRIEF = Access control list shared library
|
BRIEF = Access control list shared library
|
||||||
DESC = Shared library for manipulating POSIX Access Control Lists
|
DESC = Shared library for manipulating POSIX Access Control Lists
|
||||||
|
|
||||||
|
|||||||
@@ -8,6 +8,7 @@
|
|||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
# GNU General Public License for more details.
|
# GNU General Public License for more details.
|
||||||
|
|
||||||
|
DEPENDS = glibc,libacl,libattr
|
||||||
BRIEF = Access control list development library
|
BRIEF = Access control list development library
|
||||||
DESC = Development library for manipulating POSIX Access Control Lists
|
DESC = Development library for manipulating POSIX Access Control Lists
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user