Added libattr glibc as dependencies

This commit is contained in:
2017-06-11 14:28:06 -05:00
parent fb060df50f
commit 762b47481b

View File

@@ -8,13 +8,13 @@
# 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 = DEPENDS = libattr,glibc
ARCH = x86_64 ARCH = x86_64
URL = https://savannah.gnu.org/projects/patch/ URL = https://savannah.gnu.org/projects/patch/
DESC = Patch takes a patch file containing a difference listing produced \ DESC = Patch takes a patch file containing a difference listing produced \
by the diff programm and applies those differences to one or more original \ by the diff programm and applies those differences to one or more original \
files, producing patched versions files, producing patched versions
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')