Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
762b47481b |
4
Makefile
4
Makefile
@@ -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')
|
||||||
|
|||||||
Reference in New Issue
Block a user