1 Commits

Author SHA1 Message Date
Jay Larson
762b47481b Added libattr glibc as dependencies 2017-06-11 14:28:06 -05:00

View File

@@ -8,13 +8,13 @@
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
DEPENDS =
DEPENDS = libattr,glibc
ARCH = x86_64
URL = https://savannah.gnu.org/projects/patch/
DESC = Patch takes a patch file containing a difference listing produced \
by the diff programm and applies those differences to one or more original \
files, producing patched versions
SNAPVER = 1
SNAPVER = 2
ARCHIVE := $(PWD)/SRC/$(shell ls SRC|egrep '(bz2|gz|tar|xz)$$'|tail -1)
TYPE := $(shell file -ib $(ARCHIVE)|cut -d';' -f1|tr -d '\n')